diff options
| author | Reuben Thomas <rrt@sc3d.org> | 2017-08-25 13:46:50 +0100 |
|---|---|---|
| committer | Reuben Thomas <rrt@sc3d.org> | 2017-08-25 13:49:06 +0100 |
| commit | 38daeca937cdd520ea944c661f978b6dbec9b259 (patch) | |
| tree | 030b5d28ebdae4213b48162ff47f864d16bff3e2 | |
| parent | ca30d22fbada85d49de7c7708207b9e3daa4efb8 (diff) | |
| download | emacs-38daeca937cdd520ea944c661f978b6dbec9b259.tar.gz | |
Minor docstring language fix
* lisp/progmodes/sh-script.el (sh-show-indent): Remove spurious “the”.
| -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." (if msg (message "%s" msg) (message nil)))) (defun sh-show-indent (arg) - "Show the how the current line would be indented. + "Show how the current line would be indented. This tells you which variable, if any, controls the indentation of this line. If optional arg ARG is non-null (called interactively with a prefix), |
