aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJohn Wiegley2016-02-15 14:10:25 -0800
committerJohn Wiegley2016-02-15 14:10:25 -0800
commitc79978fcad84052edbdb78b33f2eaa913acb7cb0 (patch)
tree9ddbd26fff5cd824055dfcdee1241f9f44d6a155 /doc
parent73e9edf8d177af9a008faf9642512042c074706a (diff)
parentdacde7ee5d37a1fe685a489c65678a8f2c2535ce (diff)
downloademacs-c79978fcad84052edbdb78b33f2eaa913acb7cb0.tar.gz
emacs-c79978fcad84052edbdb78b33f2eaa913acb7cb0.zip
Merge from origin/emacs-25
dacde7e * etc/AUTHORS: Update the AUTHORS file 478ca5d ; fix changelog entries 2b7d006 ; make change-history-commit 851decb * lisp/dired-aux.el: Require cl-lib. (Bug#22613) 47896c8 ; Improve commentary in insdel.c 53ca1e1 Index tilde characters in names of backup files d97f522 Document deprecation of hi-lock-mode's 'C-x w' bindings b55f06d ; * etc/NEWS: Use double spaces to end a sentence. 28bb214 Announce that the `C-x w' bindings are deprecated 1c98f98 Suppress GNUstep hardening d82f24b Fix redisplay after a large insertion 85a2753 Revert "Fix gnus-group-get-new-news-this-group on group with closed server" e8e3db0 ; Improve merge documentation in CONTRIBUTE 5be9989 * lib-src/make-docfile.c: Include stdarg.h. c95ebbf Extend gpm-mouse-mode's doc string and doc to point out limitations.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/display.texi5
-rw-r--r--doc/emacs/files.texi5
-rw-r--r--doc/emacs/frames.texi5
3 files changed, 13 insertions, 2 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi
index 1b75a15427c..e3b24033a1a 100644
--- a/doc/emacs/display.texi
+++ b/doc/emacs/display.texi
@@ -924,7 +924,10 @@ mode for all buffers, use @kbd{M-x global-hi-lock-mode} or place
924 924
925 Hi Lock mode works like Font Lock mode (@pxref{Font Lock}), except 925 Hi Lock mode works like Font Lock mode (@pxref{Font Lock}), except
926that you specify explicitly the regular expressions to highlight. You 926that you specify explicitly the regular expressions to highlight. You
927control them with these commands: 927control them with the commands described below. (The key bindings
928below that begin with @kbd{C-x w} are deprecated in favor of the
929global @kbd{M-s h} bindings, and will be removed in some future Emacs
930version.)
928 931
929@table @kbd 932@table @kbd
930@item M-s h r @var{regexp} @key{RET} @var{face} @key{RET} 933@item M-s h r @var{regexp} @key{RET} @var{face} @key{RET}
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi
index 3d5562dcc47..ab20d4a18f9 100644
--- a/doc/emacs/files.texi
+++ b/doc/emacs/files.texi
@@ -530,11 +530,16 @@ another from the newly saved contents if you save again.
530 530
531@node Backup Names 531@node Backup Names
532@subsubsection Single or Numbered Backups 532@subsubsection Single or Numbered Backups
533@cindex backup file names
534@cindex names of backup files
533 535
536@cindex @file{~}, in names of backup files
537@cindex tilde (@file{~}) at end of backup file name
534 When Emacs makes a backup file, its name is normally constructed by 538 When Emacs makes a backup file, its name is normally constructed by
535appending @samp{~} to the file name being edited; thus, the backup 539appending @samp{~} to the file name being edited; thus, the backup
536file for @file{eval.c} would be @file{eval.c~}. 540file for @file{eval.c} would be @file{eval.c~}.
537 541
542@cindex @file{~/.emacs.d/%backup%~}
538 If access control stops Emacs from writing backup files under the 543 If access control stops Emacs from writing backup files under the
539usual names, it writes the backup file as @file{~/.emacs.d/%backup%~}. 544usual names, it writes the backup file as @file{~/.emacs.d/%backup%~}.
540Only one such file can exist, so only the most recently made such 545Only one such file can exist, so only the most recently made such
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index 5fbe0fc5774..35b3f83ab33 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -1275,7 +1275,10 @@ again.
1275@findex gpm-mouse-mode 1275@findex gpm-mouse-mode
1276 In the console on GNU/Linux, you can use @kbd{M-x gpm-mouse-mode} to 1276 In the console on GNU/Linux, you can use @kbd{M-x gpm-mouse-mode} to
1277enable mouse support. You must have the gpm server installed and 1277enable mouse support. You must have the gpm server installed and
1278running on your system in order for this to work. 1278running on your system in order for this to work. Note that when
1279this mode is enabled, you cannot use the mouse to transfer text
1280between Emacs and other programs which use GPM. This is due to
1281limitations in GPM and the Linux kernel.
1279 1282
1280@iftex 1283@iftex
1281@xref{MS-DOS Mouse,,,emacs-xtra,Specialized Emacs Features}, 1284@xref{MS-DOS Mouse,,,emacs-xtra,Specialized Emacs Features},