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
|
@itemize @bullet
|
||||||
@item
|
@item
|
||||||
|
@vindex electric-pair-preserve-balance
|
||||||
@code{electric-pair-preserve-balance}, when non-@code{nil}, makes the
|
@code{electric-pair-preserve-balance}, when non-@code{nil}, makes the
|
||||||
default pairing logic balance out the number of opening and closing
|
default pairing logic balance out the number of opening and closing
|
||||||
delimiters.
|
delimiters.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
|
@vindex electric-pair-delete-adjacent-pairs
|
||||||
@code{electric-pair-delete-adjacent-pairs}, when non-@code{nil}, makes
|
@code{electric-pair-delete-adjacent-pairs}, when non-@code{nil}, makes
|
||||||
backspacing between two adjacent delimiters also automatically delete
|
backspacing between two adjacent delimiters also automatically delete
|
||||||
the closing delimiter.
|
the closing delimiter.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
|
@vindex electric-pair-open-newline-between-pairs
|
||||||
@code{electric-pair-open-newline-between-pairs}, when non-@code{nil},
|
@code{electric-pair-open-newline-between-pairs}, when non-@code{nil},
|
||||||
makes inserting inserting a newline between two adjacent pairs also
|
makes inserting a newline between two adjacent pairs also
|
||||||
automatically open and extra newline after point.
|
automatically open an extra newline after point.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
|
@vindex electric-pair-skip-whitespace
|
||||||
@code{electric-pair-skip-whitespace}, when non-@code{nil}, causes the minor
|
@code{electric-pair-skip-whitespace}, when non-@code{nil}, causes the minor
|
||||||
mode to skip whitespace forward before deciding whether to skip over
|
mode to skip whitespace forward before deciding whether to skip over
|
||||||
the closing delimiter.
|
the closing delimiter.
|
||||||
|
|
Loading…
Add table
Reference in a new issue