summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-08-23 16:18:57 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-08-25 17:25:27 +0200
commit2ccefef4c732d199e0d67815aabe47d38db38653 (patch)
treeb4c0c058f3cac2de7194e5e6d6d59d1b9b88aa4e
parent82bcd443782738fd163b282497de5501d03f175a (diff)
downloademacs-2ccefef4c732d199e0d67815aabe47d38db38653.tar.gz
* lisp/progmodes/etags.el (next-file): Minor doc fix.
-rw-r--r--lisp/progmodes/etags.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el
index 124817ffda4..a95918a1674 100644
--- 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.