summaryrefslogtreecommitdiff
path: root/lisp/uniquify.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-07-04 02:36:52 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-07-04 02:36:52 +0000
commit17c2631390ef116c2d514f6be8ba5172712a169d (patch)
treee7c523213604b2defdc2bfa8eec8224b8ab48f9f /lisp/uniquify.el
parent392a85aafe8f24fca0fd36cdd29fd64aedbcdd40 (diff)
downloademacs-17c2631390ef116c2d514f6be8ba5172712a169d.tar.gz
(uniquify): Finish `defgroup' description with period.
Diffstat (limited to 'lisp/uniquify.el')
-rw-r--r--lisp/uniquify.el2
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)