diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-03-22 17:56:22 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-03-22 17:56:22 +0100 |
commit | ceb245fc3845bf23141eb5f0718f203833df0fb9 (patch) | |
tree | 7c96d065b984c50b69c1447235ccb9bcefadcf14 /lisp/emacs-lisp/trace.el | |
parent | 93318cbd4081abd95958485429b6fc497089b26e (diff) | |
parent | c8de140b340e26e507d55005621684d6e7657ecd (diff) | |
download | emacs-ceb245fc3845bf23141eb5f0718f203833df0fb9.tar.gz emacs-ceb245fc3845bf23141eb5f0718f203833df0fb9.tar.bz2 emacs-ceb245fc3845bf23141eb5f0718f203833df0fb9.zip |
Fix typos.
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 9b143cbf18c..194afe10815 100644 --- a/lisp/emacs-lisp/trace.el +++ b/lisp/emacs-lisp/trace.el @@ -253,7 +253,7 @@ For every call of FUNCTION Lisp-style trace messages that display argument and return values will be inserted into BUFFER. This function generates the trace advice for FUNCTION and activates it together with any other advice -there might be!! The trace BUFFER will popup whenever FUNCTION is called. +there might be!! The trace BUFFER will popup whenever FUNCTION is called. Do not use this to trace functions that switch buffers or do any other display oriented stuff, use `trace-function-background' instead." (interactive |