aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/debug.el2
-rw-r--r--lisp/emacs-lisp/lisp-mode.el2
-rw-r--r--lisp/progmodes/sh-script.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el
index 559aa0fda6..2f650a7cf1 100644
--- a/lisp/emacs-lisp/debug.el
+++ b/lisp/emacs-lisp/debug.el
@@ -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
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el
index ad54d1b177..8c24a44b71 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
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index 05c88339ec..fa32f4aab4 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -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"))