diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 02:47:21 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 02:47:21 +0000 |
commit | 2625bdbf8ee77f59df767eae8e99281aa58986e6 (patch) | |
tree | 6cda228eb5cee512b5484453ec7d24c673d4449d /lisp/emacs-lisp/trace.el | |
parent | 4702c10dcd6eead819c0d92e54d862910be9c334 (diff) | |
download | emacs-2625bdbf8ee77f59df767eae8e99281aa58986e6.tar.gz |
(trace): Finish `defgroup' description with period.
Diffstat (limited to 'lisp/emacs-lisp/trace.el')
-rw-r--r-- | lisp/emacs-lisp/trace.el | 2 |
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 @@ (require 'advice) (defgroup trace nil - "Tracing facility for Emacs Lisp functions" + "Tracing facility for Emacs Lisp functions." :prefix "trace-" :group 'lisp) |