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