emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 2ccefef4c7 1/3: * lisp/progmodes/etags.el (next-file): Minor do


From: Stefan Kangas
Subject: emacs-28 2ccefef4c7 1/3: * lisp/progmodes/etags.el (next-file): Minor doc fix.
Date: Thu, 25 Aug 2022 11:25:49 -0400 (EDT)

branch: emacs-28
commit 2ccefef4c732d199e0d67815aabe47d38db38653
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    * lisp/progmodes/etags.el (next-file): Minor doc fix.
---
 lisp/progmodes/etags.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el
index 124817ffda..a95918a167 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]