From: Reuben Thomas Date: Fri, 25 Aug 2017 12:46:50 +0000 (+0100) Subject: Minor docstring language fix X-Git-Tag: emacs-26.0.90~360 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=38daeca937cdd520ea944c661f978b6dbec9b259;p=emacs.git Minor docstring language fix * lisp/progmodes/sh-script.el (sh-show-indent): Remove spurious “the”. --- 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),