# HG changeset patch # User Dan Nicolaescu # Date 1207531179 0 # Node ID a67fd7ca42f475a396ac7f12a155dfe7d4b36faa # Parent 0b281e7eac0460dc6e78d8bce58141d0aa8b7508 *** empty log message *** diff -r 0b281e7eac04 -r a67fd7ca42f4 lisp/progmodes/sh-script.el --- a/lisp/progmodes/sh-script.el Mon Apr 07 01:18:04 2008 +0000 +++ b/lisp/progmodes/sh-script.el Mon Apr 07 01:19:39 2008 +0000 @@ -492,7 +492,7 @@ :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"))