diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/display.texi | 5 | ||||
| -rw-r--r-- | doc/emacs/files.texi | 5 | ||||
| -rw-r--r-- | doc/emacs/frames.texi | 5 |
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 |
| 926 | that you specify explicitly the regular expressions to highlight. You | 926 | that you specify explicitly the regular expressions to highlight. You |
| 927 | control them with these commands: | 927 | control them with the commands described below. (The key bindings |
| 928 | below that begin with @kbd{C-x w} are deprecated in favor of the | ||
| 929 | global @kbd{M-s h} bindings, and will be removed in some future Emacs | ||
| 930 | version.) | ||
| 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 |
| 535 | appending @samp{~} to the file name being edited; thus, the backup | 539 | appending @samp{~} to the file name being edited; thus, the backup |
| 536 | file for @file{eval.c} would be @file{eval.c~}. | 540 | file 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 |
| 539 | usual names, it writes the backup file as @file{~/.emacs.d/%backup%~}. | 544 | usual names, it writes the backup file as @file{~/.emacs.d/%backup%~}. |
| 540 | Only one such file can exist, so only the most recently made such | 545 | Only 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 |
| 1277 | enable mouse support. You must have the gpm server installed and | 1277 | enable mouse support. You must have the gpm server installed and |
| 1278 | running on your system in order for this to work. | 1278 | running on your system in order for this to work. Note that when |
| 1279 | this mode is enabled, you cannot use the mouse to transfer text | ||
| 1280 | between Emacs and other programs which use GPM. This is due to | ||
| 1281 | limitations 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}, |