emacs-diffs
[Top][All Lists]
Advanced

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

master 454caf858d: ; Improve doc string of 'sh-indent-statement-after-an


From: Eli Zaretskii
Subject: master 454caf858d: ; Improve doc string of 'sh-indent-statement-after-and'
Date: Thu, 12 May 2022 12:59:15 -0400 (EDT)

branch: master
commit 454caf858d92a87dc781bc35b421d5014a312bb9
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Improve doc string of 'sh-indent-statement-after-and'
    
    * lisp/progmodes/sh-script.el (sh-indent-statement-after-and):
    Clarify the doc string.  (Bug#22645)
---
 lisp/progmodes/sh-script.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index 379224dbce..e48fa0668b 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -642,8 +642,9 @@ implemented as aliases.  See `sh-feature'."
   :group 'sh-script)
 
 (defcustom sh-indent-statement-after-and t
-  "How to indent statements following &&.
-If t, indent to the &&.  If nil, indent to the parent."
+  "How to indent statements following && in Shell-Script mode.
+If t, indent to align with &&.
+If nil, indent to align with the previous line's indentation."
   :type 'boolean
   :version "29.1")
 



reply via email to

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