diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 03:03:30 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 03:03:30 +0000 |
commit | 99730b0e98ebba4ee91c36f946e446670657dc89 (patch) | |
tree | ca864b4e84490b14608a026701f1de2e210c074f /lisp | |
parent | dfbe3e71eec568c78dc572e01d5228908fd6dfd7 (diff) | |
download | emacs-99730b0e98ebba4ee91c36f946e446670657dc89.tar.gz |
(etags): Finish `defgroup' description with period.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/etags.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index b119b03f0bf..590fe4991f5 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -40,7 +40,7 @@ Use the `etags' program to make a tags table file.") ;; Make M-x set-variable tags-file-name like M-x visit-tags-table. ;;;###autoload (put 'tags-file-name 'variable-interactive "fVisit tags table: ") -(defgroup etags nil "Tags tables" +(defgroup etags nil "Tags tables." :group 'tools) ;;;###autoload |