diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 02:36:52 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 02:36:52 +0000 |
commit | 17c2631390ef116c2d514f6be8ba5172712a169d (patch) | |
tree | e7c523213604b2defdc2bfa8eec8224b8ab48f9f /lisp/uniquify.el | |
parent | 392a85aafe8f24fca0fd36cdd29fd64aedbcdd40 (diff) | |
download | emacs-17c2631390ef116c2d514f6be8ba5172712a169d.tar.gz |
(uniquify): Finish `defgroup' description with period.
Diffstat (limited to 'lisp/uniquify.el')
-rw-r--r-- | lisp/uniquify.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/uniquify.el b/lisp/uniquify.el index 792a81f3221..e9b8b1e1da2 100644 --- a/lisp/uniquify.el +++ b/lisp/uniquify.el @@ -90,7 +90,7 @@ ;;; User-visible variables (defgroup uniquify nil - "Unique buffer names dependent on file name" + "Unique buffer names dependent on file name." :group 'applications) |