aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReuben Thomas2017-08-25 13:46:50 +0100
committerReuben Thomas2017-08-25 13:49:06 +0100
commit38daeca937cdd520ea944c661f978b6dbec9b259 (patch)
tree030b5d28ebdae4213b48162ff47f864d16bff3e2
parentca30d22fbada85d49de7c7708207b9e3daa4efb8 (diff)
downloademacs-38daeca937cdd520ea944c661f978b6dbec9b259.tar.gz
emacs-38daeca937cdd520ea944c661f978b6dbec9b259.zip
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."
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.
3386This tells you which variable, if any, controls the indentation of 3386This tells you which variable, if any, controls the indentation of
3387this line. 3387this line.
3388If optional arg ARG is non-null (called interactively with a prefix), 3388If optional arg ARG is non-null (called interactively with a prefix),