summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-22 21:13:49 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-22 21:13:49 +0000
commit6a48239b129672d8f7c2aef7094b0eae11b365c5 (patch)
tree1d51698a0b06e41150b753cb0485fd08aebbec4d
parent7cfb134dffda1d196eb5c7579ea1766a76bd1d5f (diff)
downloademacs-6a48239b129672d8f7c2aef7094b0eae11b365c5.tar.gz
Comment change.
-rw-r--r--lisp/progmodes/etags.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el
index 25cd2e6edfe..62097047dd9 100644
--- a/lisp/progmodes/etags.el
+++ b/lisp/progmodes/etags.el
@@ -1562,6 +1562,7 @@ see the doc of that variable if you want to add names to the list."
(or (one-window-p)
(delete-window)))
+;;; Note, there is another definition of this function in bindings.el.
;;;###autoload
(defun complete-tag ()
"Perform tags completion on the text around point.