aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/sh-script.el
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2008-04-07 01:20:06 +0000
committerDan Nicolaescu <[email protected]>2008-04-07 01:20:06 +0000
commitf6ec64157248f9ee2b89fc4598a4452f357318e5 (patch)
tree93c4677e9bac777c74ddfd80482b6c0b24829cab /lisp/progmodes/sh-script.el
parent8835a0f7e6b330a8644e9e8b9edfeaa995e42c0c (diff)
*** empty log message ***
Diffstat (limited to 'lisp/progmodes/sh-script.el')
-rw-r--r--lisp/progmodes/sh-script.el2
1 files changed, 1 insertions, 1 deletions
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"))