diff options
| author | Juanma Barranquero | 2005-07-04 03:03:30 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-07-04 03:03:30 +0000 |
| commit | 99730b0e98ebba4ee91c36f946e446670657dc89 (patch) | |
| tree | ca864b4e84490b14608a026701f1de2e210c074f | |
| parent | dfbe3e71eec568c78dc572e01d5228908fd6dfd7 (diff) | |
| download | emacs-99730b0e98ebba4ee91c36f946e446670657dc89.tar.gz emacs-99730b0e98ebba4ee91c36f946e446670657dc89.zip | |
(etags): Finish `defgroup' description with period.
| -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.") | |||
| 40 | ;; Make M-x set-variable tags-file-name like M-x visit-tags-table. | 40 | ;; Make M-x set-variable tags-file-name like M-x visit-tags-table. |
| 41 | ;;;###autoload (put 'tags-file-name 'variable-interactive "fVisit tags table: ") | 41 | ;;;###autoload (put 'tags-file-name 'variable-interactive "fVisit tags table: ") |
| 42 | 42 | ||
| 43 | (defgroup etags nil "Tags tables" | 43 | (defgroup etags nil "Tags tables." |
| 44 | :group 'tools) | 44 | :group 'tools) |
| 45 | 45 | ||
| 46 | ;;;###autoload | 46 | ;;;###autoload |