diff options
| author | Richard M. Stallman | 1996-09-22 21:13:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-22 21:13:49 +0000 |
| commit | f874e5aa19d17b7ace20e664f0f51cb77d13fdd5 (patch) | |
| tree | 30b7fb8208a5a9d9bf80f2c099cce461a5cc0496 | |
| parent | e681c92a582292396d9a52035df3be614c30ce6f (diff) | |
| download | emacs-f874e5aa19d17b7ace20e664f0f51cb77d13fdd5.tar.gz emacs-f874e5aa19d17b7ace20e664f0f51cb77d13fdd5.zip | |
Comment change.
| -rw-r--r-- | lisp/progmodes/etags.el | 1 |
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." | |||
| 1562 | (or (one-window-p) | 1562 | (or (one-window-p) |
| 1563 | (delete-window))) | 1563 | (delete-window))) |
| 1564 | 1564 | ||
| 1565 | ;;; Note, there is another definition of this function in bindings.el. | ||
| 1565 | ;;;###autoload | 1566 | ;;;###autoload |
| 1566 | (defun complete-tag () | 1567 | (defun complete-tag () |
| 1567 | "Perform tags completion on the text around point. | 1568 | "Perform tags completion on the text around point. |