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 559aa0fda66..2f650a7cf10 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."
607 (define-key map [menu-bar debugger] (cons "Debugger" menu-map)) 607 (define-key map [menu-bar debugger] (cons "Debugger" menu-map))
608 (define-key menu-map [deb-top] 608 (define-key menu-map [deb-top]
609 '(menu-item "Quit" top-level 609 '(menu-item "Quit" top-level
610 :help "Quit debugging and return to top leve")) 610 :help "Quit debugging and return to top level"))
611 (define-key menu-map [deb-s0] '("--")) 611 (define-key menu-map [deb-s0] '("--"))
612 (define-key menu-map [deb-descr] 612 (define-key menu-map [deb-descr]
613 '(menu-item "Describe Debugger Mode" describe-mode 613 '(menu-item "Describe Debugger Mode" describe-mode
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 @@
299 :help "Untraces FUNCTION and possibly activates all remaining advice")) 299 :help "Untraces FUNCTION and possibly activates all remaining advice"))
300 (define-key tracing-map [tr-sep] '("--")) 300 (define-key tracing-map [tr-sep] '("--"))
301 (define-key tracing-map [tr-q] 301 (define-key tracing-map [tr-q]
302 '(menu-item "Trace function quietly..." trace-function 302 '(menu-item "Trace function quietly..." trace-function-background
303 :help "Trace the function with trace output going quietly to a buffer")) 303 :help "Trace the function with trace output going quietly to a buffer"))
304 (define-key tracing-map [tr-f] 304 (define-key tracing-map [tr-f]
305 '(menu-item "Trace function..." trace-function 305 '(menu-item "Trace function..." trace-function
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index 05c88339ec9..fa32f4aab43 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.")
492 :help "Learn how to indent a line as it currently is indented")) 492 :help "Learn how to indent a line as it currently is indented"))
493 (define-key menu-map [sh-show-indent] 493 (define-key menu-map [sh-show-indent]
494 '(menu-item "Show indentation" sh-show-indent 494 '(menu-item "Show indentation" sh-show-indent
495 :help "Set the indentation for the current line")) 495 :help "Show the how the currently line would be indented"))
496 (define-key menu-map [sh-set-indent] 496 (define-key menu-map [sh-set-indent]
497 '(menu-item "Set indentation" sh-set-indent 497 '(menu-item "Set indentation" sh-set-indent
498 :help "Set the indentation for the current line")) 498 :help "Set the indentation for the current line"))