mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-20 15:10:37 -08:00
* lisp/progmodes/etags.el (next-file): Minor doc fix.
This commit is contained in:
parent
82bcd44378
commit
2ccefef4c7
1 changed files with 1 additions and 1 deletions
|
|
@ -1702,7 +1702,7 @@ Point should be just after a string that matches TAG."
|
|||
;;;###autoload
|
||||
(defalias 'next-file 'tags-next-file)
|
||||
(make-obsolete 'next-file
|
||||
"use tags-next-file or fileloop-initialize and fileloop-next-file instead" "27.1")
|
||||
"use `tags-next-file' or `fileloop-initialize' and `fileloop-next-file' instead" "27.1")
|
||||
;;;###autoload
|
||||
(defun tags-next-file (&optional initialize novisit)
|
||||
"Select next file among files in current tags table.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue