; 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)
This commit is contained in:
parent
7a8bed2553
commit
454caf858d
1 changed files with 3 additions and 2 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue