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 | 0c4eeda3b573570c96345acc96318326e9983b19 (patch) | |
tree | 4bb3079034b39af3226fd6a32fe938c5c20c3b77 /lisp/uniquify.el | |
parent | 34de8ce77c402975d3eaf9a8977d28ce5c8a258d (diff) | |
download | emacs-0c4eeda3b573570c96345acc96318326e9983b19.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) |