Minor copyedits of electric-pair-mode
* doc/emacs/programs.texi (Matching): Add index entries. Fix typos. (Bug#25012) Copyright-paperwork-exempt: yes
This commit is contained in:
parent
7499ee8d01
commit
2e361c74ad
1 changed files with 6 additions and 2 deletions
|
@ -877,21 +877,25 @@ features of Electric Pair mode:
|
|||
|
||||
@itemize @bullet
|
||||
@item
|
||||
@vindex electric-pair-preserve-balance
|
||||
@code{electric-pair-preserve-balance}, when non-@code{nil}, makes the
|
||||
default pairing logic balance out the number of opening and closing
|
||||
delimiters.
|
||||
|
||||
@item
|
||||
@vindex electric-pair-delete-adjacent-pairs
|
||||
@code{electric-pair-delete-adjacent-pairs}, when non-@code{nil}, makes
|
||||
backspacing between two adjacent delimiters also automatically delete
|
||||
the closing delimiter.
|
||||
|
||||
@item
|
||||
@vindex electric-pair-open-newline-between-pairs
|
||||
@code{electric-pair-open-newline-between-pairs}, when non-@code{nil},
|
||||
makes inserting inserting a newline between two adjacent pairs also
|
||||
automatically open and extra newline after point.
|
||||
makes inserting a newline between two adjacent pairs also
|
||||
automatically open an extra newline after point.
|
||||
|
||||
@item
|
||||
@vindex electric-pair-skip-whitespace
|
||||
@code{electric-pair-skip-whitespace}, when non-@code{nil}, causes the minor
|
||||
mode to skip whitespace forward before deciding whether to skip over
|
||||
the closing delimiter.
|
||||
|
|
Loading…
Add table
Reference in a new issue