aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2016-12-07 12:39:07 -0800
committerPaul Eggert2016-12-07 12:39:07 -0800
commit3ace6b1e8511cf099a9297b066ea8f61ee12037e (patch)
treed01ad75b9a5793043c9c275173bc0de057903e02 /doc
parentfa8dbb61a003ece2cc08c83bda4f21f393340b2f (diff)
parent93c0f5126a50a0b1267ba74c444701af9ad46dc6 (diff)
downloademacs-3ace6b1e8511cf099a9297b066ea8f61ee12037e.tar.gz
emacs-3ace6b1e8511cf099a9297b066ea8f61ee12037e.zip
Merge from origin/emacs-25
93c0f51 Handle TeX comments when making new paragraph e0884f1 Restore keystroke echo in 'C-q' a6213ce Improve documentation of 'current-word' 0828126 Fix a typo in an Eshell defcustom 2e361c7 Minor copyedits of electric-pair-mode 7499ee8 ; Minor copyedit in the Emacs manual 45b652b Fix documentation of 'invocation-directory' 7f43d7c * admin/authors.el (authors-aliases): Add an entry. ba48880 ; Fix pl-refcard.tex
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/maintaining.texi2
-rw-r--r--doc/emacs/programs.texi8
-rw-r--r--doc/lispref/os.texi5
3 files changed, 10 insertions, 5 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index de4fb43ec1d..66781ad2bea 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -2580,7 +2580,7 @@ current list, it is used @emph{as well as} the others.
2580This tells the tags commands to look at the @file{TAGS} files in your 2580This tells the tags commands to look at the @file{TAGS} files in your
2581@file{~/emacs} directory and in the @file{/usr/local/lib/emacs/src} 2581@file{~/emacs} directory and in the @file{/usr/local/lib/emacs/src}
2582directory. The order depends on which file you are in and which tags 2582directory. The order depends on which file you are in and which tags
2583table mentions that file, as explained above. 2583table mentions that file.
2584 2584
2585 Do not set both @code{tags-file-name} and @code{tags-table-list}. 2585 Do not set both @code{tags-file-name} and @code{tags-table-list}.
2586 2586
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:
877 877
878@itemize @bullet 878@itemize @bullet
879@item 879@item
880@vindex electric-pair-preserve-balance
880@code{electric-pair-preserve-balance}, when non-@code{nil}, makes the 881@code{electric-pair-preserve-balance}, when non-@code{nil}, makes the
881default pairing logic balance out the number of opening and closing 882default pairing logic balance out the number of opening and closing
882delimiters. 883delimiters.
883 884
884@item 885@item
886@vindex electric-pair-delete-adjacent-pairs
885@code{electric-pair-delete-adjacent-pairs}, when non-@code{nil}, makes 887@code{electric-pair-delete-adjacent-pairs}, when non-@code{nil}, makes
886backspacing between two adjacent delimiters also automatically delete 888backspacing between two adjacent delimiters also automatically delete
887the closing delimiter. 889the closing delimiter.
888 890
889@item 891@item
892@vindex electric-pair-open-newline-between-pairs
890@code{electric-pair-open-newline-between-pairs}, when non-@code{nil}, 893@code{electric-pair-open-newline-between-pairs}, when non-@code{nil},
891makes inserting inserting a newline between two adjacent pairs also 894makes inserting a newline between two adjacent pairs also
892automatically open and extra newline after point. 895automatically open an extra newline after point.
893 896
894@item 897@item
898@vindex electric-pair-skip-whitespace
895@code{electric-pair-skip-whitespace}, when non-@code{nil}, causes the minor 899@code{electric-pair-skip-whitespace}, when non-@code{nil}, causes the minor
896mode to skip whitespace forward before deciding whether to skip over 900mode to skip whitespace forward before deciding whether to skip over
897the closing delimiter. 901the closing delimiter.
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index 409c9922e79..1a45eac04e3 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -1057,8 +1057,9 @@ value is a string, and does not include a directory name.
1057@end defvar 1057@end defvar
1058 1058
1059@defvar invocation-directory 1059@defvar invocation-directory
1060This variable holds the directory from which the Emacs executable was 1060This variable holds the directory in which the Emacs executable was
1061invoked, or @code{nil} if that directory cannot be determined. 1061located when it was run, or @code{nil} if that directory cannot be
1062determined.
1062@end defvar 1063@end defvar
1063 1064
1064@defvar installation-directory 1065@defvar installation-directory