summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2017-08-25 13:46:50 +0100
committerReuben Thomas <rrt@sc3d.org>2017-08-25 13:49:06 +0100
commit38daeca937cdd520ea944c661f978b6dbec9b259 (patch)
tree030b5d28ebdae4213b48162ff47f864d16bff3e2
parentca30d22fbada85d49de7c7708207b9e3daa4efb8 (diff)
downloademacs-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.el2
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),