diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-04-07 01:20:06 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-04-07 01:20:06 +0000 |
commit | 4baa84a3085fa47aeb2ce5e5eab58227233d12eb (patch) | |
tree | 041709230b1a76328382e02d1d8d7250ce5ef33a /lisp/emacs-lisp/lisp-mode.el | |
parent | b9c0db1d662ac5c8328a2d578a2a450388eeae7b (diff) | |
download | emacs-4baa84a3085fa47aeb2ce5e5eab58227233d12eb.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/emacs-lisp/lisp-mode.el')
-rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index ad54d1b1774..8c24a44b71b 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -299,7 +299,7 @@ :help "Untraces FUNCTION and possibly activates all remaining advice")) (define-key tracing-map [tr-sep] '("--")) (define-key tracing-map [tr-q] - '(menu-item "Trace function quietly..." trace-function + '(menu-item "Trace function quietly..." trace-function-background :help "Trace the function with trace output going quietly to a buffer")) (define-key tracing-map [tr-f] '(menu-item "Trace function..." trace-function |