mercurial/help/revsets.txt
changeset 12715 33820dccbea4
parent 12667 f5735bb80d77
child 12716 c7e619e30ba3
--- a/mercurial/help/revsets.txt	Sun Oct 10 12:40:25 2010 -0500
+++ b/mercurial/help/revsets.txt	Sun Oct 10 12:41:36 2010 -0500
@@ -151,8 +151,8 @@
   - ``user`` for user name (``author`` can be used as an alias),
   - ``date`` for the commit date
 
-``tagged()``
-  Changeset is tagged.
+``tag(name)``
+  The specified tag by name, or all tagged revisions if no name is given.
 
 ``user(string)``
   User name is string.