diff options
author | Hong Xu <hong@topbug.net> | 2016-11-24 21:22:47 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2016-11-24 21:22:47 +0200 |
commit | 2e361c74ad3d621e969d663aee20446ee7c38b5b (patch) | |
tree | 2ef97fa88a2ce73d5312c8a65616f667586e4df1 /doc/emacs/programs.texi | |
parent | 7499ee8d0125748032568a3a661d56b52cddd2ef (diff) | |
download | emacs-2e361c74ad3d621e969d663aee20446ee7c38b5b.tar.gz |
Minor copyedits of electric-pair-mode
* doc/emacs/programs.texi (Matching): Add index entries. Fix
typos. (Bug#25012)
Copyright-paperwork-exempt: yes
Diffstat (limited to 'doc/emacs/programs.texi')
-rw-r--r-- | doc/emacs/programs.texi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index 0c79d9c3de1..e409affd67d 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi @@ -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. |