diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 02:41:08 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 02:41:08 +0000 |
commit | 25d1fc94f92cd9b512a6cb4be620ac07ad86ee5e (patch) | |
tree | 868c02b982168ee5be23bbec2901ccb87057851c /lisp/emacs-lisp | |
parent | 111a5355b7e050c78a8e9e7a6b781957547f2bde (diff) | |
download | emacs-25d1fc94f92cd9b512a6cb4be620ac07ad86ee5e.tar.gz emacs-25d1fc94f92cd9b512a6cb4be620ac07ad86ee5e.tar.bz2 emacs-25d1fc94f92cd9b512a6cb4be620ac07ad86ee5e.zip |
(bytecomp): Finish `defgroup' description with period.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 78b9cb0f0cb..cc472a00a30 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -193,7 +193,7 @@ (defgroup bytecomp nil - "Emacs Lisp byte-compiler" + "Emacs Lisp byte-compiler." :group 'lisp) (defcustom emacs-lisp-file-regexp (if (eq system-type 'vax-vms) |