Skip to content

Commit

Permalink
; Improve doc string of 'sh-indent-statement-after-and'
Browse files Browse the repository at this point in the history
* lisp/progmodes/sh-script.el (sh-indent-statement-after-and):
Clarify the doc string.  (Bug#22645)
  • Loading branch information
Eli-Zaretskii committed May 12, 2022
1 parent 7a8bed2 commit 454caf8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lisp/progmodes/sh-script.el
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 454caf8

Please sign in to comment.