aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-07-04 02:41:08 +0000
committerJuanma Barranquero2005-07-04 02:41:08 +0000
commit25d1fc94f92cd9b512a6cb4be620ac07ad86ee5e (patch)
tree868c02b982168ee5be23bbec2901ccb87057851c
parent111a5355b7e050c78a8e9e7a6b781957547f2bde (diff)
downloademacs-25d1fc94f92cd9b512a6cb4be620ac07ad86ee5e.tar.gz
emacs-25d1fc94f92cd9b512a6cb4be620ac07ad86ee5e.zip
(bytecomp): Finish `defgroup' description with period.
-rw-r--r--lisp/emacs-lisp/bytecomp.el2
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 @@
193 193
194 194
195(defgroup bytecomp nil 195(defgroup bytecomp nil
196 "Emacs Lisp byte-compiler" 196 "Emacs Lisp byte-compiler."
197 :group 'lisp) 197 :group 'lisp)
198 198
199(defcustom emacs-lisp-file-regexp (if (eq system-type 'vax-vms) 199(defcustom emacs-lisp-file-regexp (if (eq system-type 'vax-vms)