emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 38daeca 2/2: Minor docstring language fix


From: Reuben Thomas
Subject: [Emacs-diffs] master 38daeca 2/2: Minor docstring language fix
Date: Fri, 25 Aug 2017 08:49:56 -0400 (EDT)

branch: master
commit 38daeca937cdd520ea944c661f978b6dbec9b259
Author: Reuben Thomas <address@hidden>
Commit: Reuben Thomas <address@hidden>

    Minor docstring language fix
    
    * 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 c16011d..24fba15 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),



reply via email to

[Prev in Thread] Current Thread [Next in Thread]