diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 02:08:37 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 02:08:37 +0000 |
commit | 2175199557fd1ede44db88a165018fcee9813d2a (patch) | |
tree | 825af6b1b9b15a71db47ee10cfcc1c5a93531024 /lisp/indent.el | |
parent | 8e51619c3157efb7b502d9760579f0cec037a554 (diff) | |
download | emacs-2175199557fd1ede44db88a165018fcee9813d2a.tar.gz |
(indent): Finish `defgroup' description with period.
Diffstat (limited to 'lisp/indent.el')
-rw-r--r-- | lisp/indent.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/indent.el b/lisp/indent.el index 9713268f03b..11f01068397 100644 --- a/lisp/indent.el +++ b/lisp/indent.el @@ -29,7 +29,7 @@ ;;; Code: (defgroup indent nil - "Indentation commands" + "Indentation commands." :group 'editing) (defcustom standard-indent 4 |