1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00

(tags-search): Doc typo fix.

This commit is contained in:
Lars Magne Ingebrigtsen 2011-07-17 04:21:43 +02:00
parent 9e381cdd96
commit a762e96652
2 changed files with 3 additions and 1 deletions

View 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.

View 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.