]> git.eshelyaron.com Git - emacs.git/commitdiff
(etags): Finish `defgroup' description with period.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jul 2005 03:03:30 +0000 (03:03 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jul 2005 03:03:30 +0000 (03:03 +0000)
lisp/progmodes/etags.el

index b119b03f0bfef73baabe50badc0a1064f79aab2e..590fe4991f53da31395fcd84d2b2ab2f0e191e84 100644 (file)
@@ -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