diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 02:44:09 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 02:44:09 +0000 |
commit | 667ab8c450bf519896371032d0b31f1de7452870 (patch) | |
tree | 00ffdb222318f958b4d162763c2bd170a4a1abb7 /lisp/emacs-lisp | |
parent | ea400c880aa173b2e419c7236ec90f861716ea1c (diff) | |
download | emacs-667ab8c450bf519896371032d0b31f1de7452870.tar.gz |
(elp): Finish `defgroup' description with period.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/elp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/elp.el b/lisp/emacs-lisp/elp.el index 82ce6f404f7..feaeb2898ce 100644 --- a/lisp/emacs-lisp/elp.el +++ b/lisp/emacs-lisp/elp.el @@ -130,7 +130,7 @@ ;; vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv (defgroup elp nil - "Emacs Lisp Profiler" + "Emacs Lisp Profiler." :group 'lisp) (defcustom elp-function-list nil |