]> git.eshelyaron.com Git - emacs.git/commitdiff
(tags-search): Doc typo fix.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 17 Jul 2011 02:21:43 +0000 (04:21 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 17 Jul 2011 02:21:43 +0000 (04:21 +0200)
lisp/ChangeLog
lisp/progmodes/etags.el

index ae54b3733f68840d7a399f68611015ce8da288ac..814edf454916318f5d1ac9d5c88514206776764d 100644 (file)
@@ -1,5 +1,7 @@
 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * progmodes/etags.el (tags-search): Doc typo fix.
+
        * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
        password if we get errors 550 to 554.
 
index 385adf1af0a11092546058a126ffe73b8da026a7..da073ceb2580cdf653060063b67b223f8ef239c6 100644 (file)
@@ -1860,7 +1860,7 @@ nil, we exit; otherwise we scan the next file."
 Stops when a match is found.
 To continue searching for next match, use command \\[tags-loop-continue].
 
-If `file-list-form' is non-nil, it should be a form that, when
+If FILE-LIST-FORM is non-nil, it should be a form that, when
 evaluated, will return a list of file names.  The search will be
 restricted to these files.