From: Stefan Kangas Date: Tue, 23 Aug 2022 14:18:57 +0000 (+0200) Subject: * lisp/progmodes/etags.el (next-file): Minor doc fix. X-Git-Tag: emacs-28.2~31 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2ccefef4c732d199e0d67815aabe47d38db38653;p=emacs.git * lisp/progmodes/etags.el (next-file): Minor doc fix. --- 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.