Minor docstring language fix
* lisp/progmodes/sh-script.el (sh-show-indent): Remove spurious “the”.
This commit is contained in:
parent
ca30d22fba
commit
38daeca937
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue