summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2011-07-17 04:21:43 +0200
committerLars Magne Ingebrigtsen <larsi@gnus.org>2011-07-17 04:21:43 +0200
commita762e96652b2e8766522f3c0894ec3b825032067 (patch)
treefd5055756f43c93fbfd40cb801255775127b9938
parent9e381cdd9641fa07e9caa09b783db8d5f84f1651 (diff)
downloademacs-a762e96652b2e8766522f3c0894ec3b825032067.tar.gz
(tags-search): Doc typo fix.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/progmodes/etags.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ae54b3733f6..814edf45491 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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.
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el
index 385adf1af0a..da073ceb258 100644
--- a/lisp/progmodes/etags.el
+++ b/lisp/progmodes/etags.el
@@ -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.