*** empty log message ***

This commit is contained in:
Dan Nicolaescu 2008-04-07 01:20:06 +00:00
parent 8835a0f7e6
commit f6ec641572
3 changed files with 3 additions and 3 deletions

View file

@ -607,7 +607,7 @@ Applies to the frame whose line point is on in the backtrace."
(define-key map [menu-bar debugger] (cons "Debugger" menu-map))
(define-key menu-map [deb-top]
'(menu-item "Quit" top-level
:help "Quit debugging and return to top leve"))
:help "Quit debugging and return to top level"))
(define-key menu-map [deb-s0] '("--"))
(define-key menu-map [deb-descr]
'(menu-item "Describe Debugger Mode" describe-mode

View file

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