diff options
| -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 @@ | |||
| 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 | ||