]> git.eshelyaron.com Git - emacs.git/commitdiff
; Improve doc string of 'sh-indent-statement-after-and'
authorEli Zaretskii <eliz@gnu.org>
Thu, 12 May 2022 16:58:39 +0000 (19:58 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 12 May 2022 16:58:39 +0000 (19:58 +0300)
* lisp/progmodes/sh-script.el (sh-indent-statement-after-and):
Clarify the doc string.  (Bug#22645)

lisp/progmodes/sh-script.el

index 379224dbced32458e75e8e068c4957cc0b5e16d5..e48fa0668b5a7547da3dc15b2a0d93f9e9d99a7d 100644 (file)
@@ -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")