Minor docstring language fix

* lisp/progmodes/sh-script.el (sh-show-indent): Remove spurious “the”.
This commit is contained in:
Reuben Thomas 2017-08-25 13:46:50 +01:00
parent ca30d22fba
commit 38daeca937

View file

@ -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)))) (if msg (message "%s" msg) (message nil))))
(defun sh-show-indent (arg) (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 tells you which variable, if any, controls the indentation of
this line. this line.
If optional arg ARG is non-null (called interactively with a prefix), If optional arg ARG is non-null (called interactively with a prefix),