]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 7 Apr 2008 01:20:06 +0000 (01:20 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 7 Apr 2008 01:20:06 +0000 (01:20 +0000)
lisp/emacs-lisp/debug.el
lisp/emacs-lisp/lisp-mode.el
lisp/progmodes/sh-script.el

index 559aa0fda669d56a9e309e060bde2c34126f7cc7..2f650a7cf101393aab660440aedcdb91a7d4cdbd 100644 (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
index ad54d1b1774734fb7a89a7f9a5da006dc40dcb26..8c24a44b71b9ceb265c9d79c8be7f97a4e461e8e 100644 (file)
                  :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
index 05c88339ec9a409f1bd24b204edf473bcc9e0f06..fa32f4aab43a11151cc6cb668d8c5259b69923e9 100644 (file)
@@ -492,7 +492,7 @@ This is buffer-local in every such buffer.")
                  :help "Learn how to indent a line as it currently is indented"))
     (define-key menu-map [sh-show-indent]
       '(menu-item "Show indentation" sh-show-indent
-                 :help "Set the indentation for the current line"))
+                 :help "Show the how the currently line would be indented"))
     (define-key menu-map [sh-set-indent]
       '(menu-item "Set indentation" sh-set-indent
                  :help "Set the indentation for the current line"))