diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/sh-script.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index c16011df0e4..24fba1505f5 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -3382,7 +3382,7 @@ If INFO is supplied it is used, else it is calculated from current line." | |||
| 3382 | (if msg (message "%s" msg) (message nil)))) | 3382 | (if msg (message "%s" msg) (message nil)))) |
| 3383 | 3383 | ||
| 3384 | (defun sh-show-indent (arg) | 3384 | (defun sh-show-indent (arg) |
| 3385 | "Show the how the current line would be indented. | 3385 | "Show how the current line would be indented. |
| 3386 | This tells you which variable, if any, controls the indentation of | 3386 | This tells you which variable, if any, controls the indentation of |
| 3387 | this line. | 3387 | this line. |
| 3388 | If optional arg ARG is non-null (called interactively with a prefix), | 3388 | If optional arg ARG is non-null (called interactively with a prefix), |