From: Lars Magne Ingebrigtsen Date: Sun, 17 Jul 2011 02:21:43 +0000 (+0200) Subject: (tags-search): Doc typo fix. X-Git-Tag: emacs-pretest-24.0.90~104^2~214 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a762e96652b2e8766522f3c0894ec3b825032067;p=emacs.git (tags-search): Doc typo fix. --- 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 + * 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.