]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor docstring language fix
authorReuben Thomas <rrt@sc3d.org>
Fri, 25 Aug 2017 12:46:50 +0000 (13:46 +0100)
committerReuben Thomas <rrt@sc3d.org>
Fri, 25 Aug 2017 12:49:06 +0000 (13:49 +0100)
* lisp/progmodes/sh-script.el (sh-show-indent): Remove spurious “the”.

lisp/progmodes/sh-script.el

index c16011df0e439e1b26116e0f500c767b4d769527..24fba1505f54115450eea2697dec76a16a2b0fc5 100644 (file)
@@ -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),