aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/etags.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el
index d3f87b495c8..3b5a9d6d7b6 100644
--- a/lisp/progmodes/etags.el
+++ b/lisp/progmodes/etags.el
@@ -34,8 +34,7 @@ Use the `etags' program to make a tags table file.")
34;; Make M-x set-variable tags-file-name like M-x visit-tags-table. 34;; Make M-x set-variable tags-file-name like M-x visit-tags-table.
35;;;###autoload (put 'tags-file-name 'variable-interactive "fVisit tags table: ") 35;;;###autoload (put 'tags-file-name 'variable-interactive "fVisit tags table: ")
36 36
37(defgroup etags nil 37(defgroup etags "Tags tables"
38 "Tags tables"
39 :group 'tools) 38 :group 'tools)
40 39
41;;;###autoload 40;;;###autoload