projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82bcd44
)
* lisp/progmodes/etags.el (next-file): Minor doc fix.
author
Stefan Kangas
<stefankangas@gmail.com>
Tue, 23 Aug 2022 14:18:57 +0000
(16:18 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Thu, 25 Aug 2022 15:25:27 +0000
(17:25 +0200)
lisp/progmodes/etags.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/etags.el
b/lisp/progmodes/etags.el
index 124817ffda4ec577eec63d82b4869655997ef549..a95918a16748c1a132dd510423fd43864673b0ce 100644
(file)
--- a/
lisp/progmodes/etags.el
+++ b/
lisp/progmodes/etags.el
@@
-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.