* bug#25012: [PATCH] Improve document for electric-pair-mode.
@ 2016-11-24 9:19 Hong Xu
2016-11-24 19:25 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Hong Xu @ 2016-11-24 9:19 UTC (permalink / raw)
To: 25012
* programs.texi (Matching): Add indices for `electric-pair-*'
variables and minor improvements of documentation.
---
doc/emacs/programs.texi | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi
index 0c79d9c3de13..218750673100 100644
--- a/doc/emacs/programs.texi
+++ b/doc/emacs/programs.texi
@@ -876,21 +876,25 @@ Matching
features of Electric Pair mode:
@itemize @bullet
+@vindex electric-pair-preserve-balance
@item
@code{electric-pair-preserve-balance}, when non-@code{nil}, makes the
default pairing logic balance out the number of opening and closing
delimiters.
+@vindex electric-pair-delete-adjacent-pairs
@item
@code{electric-pair-delete-adjacent-pairs}, when non-@code{nil}, makes
backspacing between two adjacent delimiters also automatically delete
the closing delimiter.
+@vindex electric-pair-open-newline-between-pairs
@item
@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 insert an extra newline after point.
+@vindex electric-pair-skip-whitespace
@item
@code{electric-pair-skip-whitespace}, when non-@code{nil}, causes the minor
mode to skip whitespace forward before deciding whether to skip over
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-24 19:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-24 9:19 bug#25012: [PATCH] Improve document for electric-pair-mode Hong Xu
2016-11-24 19:25 ` Eli Zaretskii
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.