From: Juanma Barranquero Date: Mon, 4 Jul 2005 03:03:30 +0000 (+0000) Subject: (etags): Finish `defgroup' description with period. X-Git-Tag: emacs-pretest-22.0.90~8398 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=99730b0e98ebba4ee91c36f946e446670657dc89;p=emacs.git (etags): Finish `defgroup' description with period. --- 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