aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero2005-07-04 02:47:21 +0000
committerJuanma Barranquero2005-07-04 02:47:21 +0000
commit2625bdbf8ee77f59df767eae8e99281aa58986e6 (patch)
tree6cda228eb5cee512b5484453ec7d24c673d4449d /lisp
parent4702c10dcd6eead819c0d92e54d862910be9c334 (diff)
downloademacs-2625bdbf8ee77f59df767eae8e99281aa58986e6.tar.gz
emacs-2625bdbf8ee77f59df767eae8e99281aa58986e6.zip
(trace): Finish `defgroup' description with period.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/trace.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/trace.el b/lisp/emacs-lisp/trace.el
index e3d3e9e645e..31ff8b993c3 100644
--- a/lisp/emacs-lisp/trace.el
+++ b/lisp/emacs-lisp/trace.el
@@ -156,7 +156,7 @@
156(require 'advice) 156(require 'advice)
157 157
158(defgroup trace nil 158(defgroup trace nil
159 "Tracing facility for Emacs Lisp functions" 159 "Tracing facility for Emacs Lisp functions."
160 :prefix "trace-" 160 :prefix "trace-"
161 :group 'lisp) 161 :group 'lisp)
162 162