Mercurial > emacs
changeset 64032:85b597997ef0
(trace): Finish `defgroup' description with period.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 04 Jul 2005 02:47:21 +0000 |
parents | c04d583fdac9 |
children | 75147e836de1 |
files | lisp/emacs-lisp/trace.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/trace.el Mon Jul 04 02:45:49 2005 +0000 +++ b/lisp/emacs-lisp/trace.el Mon Jul 04 02:47:21 2005 +0000 @@ -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)