From 38daeca937cdd520ea944c661f978b6dbec9b259 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Fri, 25 Aug 2017 13:46:50 +0100 Subject: [PATCH] Minor docstring language fix MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * lisp/progmodes/sh-script.el (sh-show-indent): Remove spurious “the”. --- lisp/progmodes/sh-script.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.39.2