diff options
| author | Glenn Morris | 2018-02-05 07:50:22 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-02-05 07:50:22 -0800 |
| commit | a0c7157a16481b0523ad20cda9115f9435188f73 (patch) | |
| tree | 4e23a700da7c493f54f0afeb337fd963502115cb /doc | |
| parent | c24c5dc4a4cc18e7f1ec949efcfe1d4bae541d02 (diff) | |
| parent | c787a4968273027960a20ced6d63bae0d1ffa87e (diff) | |
| download | emacs-a0c7157a16481b0523ad20cda9115f9435188f73.tar.gz emacs-a0c7157a16481b0523ad20cda9115f9435188f73.zip | |
Merge from origin/emacs-26
c787a49 (origin/emacs-26) * lisp/vc/vc-git.el (vc-git-print-log): Res...
b654791 * doc/emacs/misc.texi (Interactive Shell): Refer to node "Min...
f1102d2 Yet another round of fixing the Emacs manual
76b5a68 * etc/NEWS: Expunge the solecism "allow(s)" + infinitive
b4ff8cc Two minor fixes in Antinews
aafcd12 * etc/NEWS: Rename image-dired-thumb-job-limit
a893924 * lisp/simple.el (async-shell-command, shell-command): Fix gr...
699081f Fix deferred display of async shell-command buffers
d2d5e54 Mention remote file name completion in Emacs manual
f589f5a Yest another round of manual copyedits
1ed4089 Update xdisp.c commentary
e23de39 Fix Bug#30324
e1a9dc0 Recognize Org as builtin package (bug#30310)
Conflicts:
etc/NEWS
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/anti.texi | 4 | ||||
| -rw-r--r-- | doc/emacs/calendar.texi | 19 | ||||
| -rw-r--r-- | doc/emacs/cmdargs.texi | 14 | ||||
| -rw-r--r-- | doc/emacs/commands.texi | 11 | ||||
| -rw-r--r-- | doc/emacs/dired.texi | 11 | ||||
| -rw-r--r-- | doc/emacs/emacs.texi | 4 | ||||
| -rw-r--r-- | doc/emacs/fixit.texi | 37 | ||||
| -rw-r--r-- | doc/emacs/frames.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/macos.texi | 3 | ||||
| -rw-r--r-- | doc/emacs/mini.texi | 14 | ||||
| -rw-r--r-- | doc/emacs/misc.texi | 3 | ||||
| -rw-r--r-- | doc/emacs/xresources.texi | 2 |
12 files changed, 72 insertions, 52 deletions
diff --git a/doc/emacs/anti.texi b/doc/emacs/anti.texi index 9c63e04dcbe..d4b68a2fac4 100644 --- a/doc/emacs/anti.texi +++ b/doc/emacs/anti.texi | |||
| @@ -90,12 +90,12 @@ You can no longer disable attempts of recovery from fatal exceptions | |||
| 90 | such as C stack overflows and fatal signals. Since the recovery | 90 | such as C stack overflows and fatal signals. Since the recovery |
| 91 | included in Emacs is reliable enough, we decided there was no reason | 91 | included in Emacs is reliable enough, we decided there was no reason |
| 92 | to put your edits in danger of becoming lost when these situations | 92 | to put your edits in danger of becoming lost when these situations |
| 93 | happen. The variables @code{'attempt-stack-overflow-recovery} and | 93 | happen. The variables @code{attempt-stack-overflow-recovery} and |
| 94 | @code{attempt-orderly-shutdown-on-fatal-signal} are therefore removed. | 94 | @code{attempt-orderly-shutdown-on-fatal-signal} are therefore removed. |
| 95 | 95 | ||
| 96 | @item | 96 | @item |
| 97 | The @code{list-timers} command was removed, as we decided timers are | 97 | The @code{list-timers} command was removed, as we decided timers are |
| 98 | not user-level feature, and therefore users should not be allowed to | 98 | not a user-level feature, and therefore users should not be allowed to |
| 99 | mess with them. Ask an Emacs Lisp guru near you for help if you have | 99 | mess with them. Ask an Emacs Lisp guru near you for help if you have |
| 100 | a runaway timer in your session. (Of course, as you move back in | 100 | a runaway timer in your session. (Of course, as you move back in |
| 101 | time, such runaway timers will become less and less frequent, and | 101 | time, such runaway timers will become less and less frequent, and |
diff --git a/doc/emacs/calendar.texi b/doc/emacs/calendar.texi index 7ce73a662b8..ed1f53fa70b 100644 --- a/doc/emacs/calendar.texi +++ b/doc/emacs/calendar.texi | |||
| @@ -41,8 +41,6 @@ For more advanced topics, | |||
| 41 | * Lunar Phases:: Displaying phases of the moon. | 41 | * Lunar Phases:: Displaying phases of the moon. |
| 42 | * Other Calendars:: Converting dates to other calendar systems. | 42 | * Other Calendars:: Converting dates to other calendar systems. |
| 43 | * Diary:: Displaying events from your diary. | 43 | * Diary:: Displaying events from your diary. |
| 44 | * Appointments:: Reminders when it's time to do something. | ||
| 45 | * Importing Diary:: Converting diary events to/from other formats. | ||
| 46 | * Daylight Saving:: How to specify when daylight saving time is active. | 44 | * Daylight Saving:: How to specify when daylight saving time is active. |
| 47 | * Time Intervals:: Keeping track of time intervals. | 45 | * Time Intervals:: Keeping track of time intervals. |
| 48 | @ifnottex | 46 | @ifnottex |
| @@ -936,6 +934,8 @@ entries. | |||
| 936 | * Date Formats:: Various ways you can specify dates. | 934 | * Date Formats:: Various ways you can specify dates. |
| 937 | * Adding to Diary:: Commands to create diary entries. | 935 | * Adding to Diary:: Commands to create diary entries. |
| 938 | * Special Diary Entries:: Anniversaries, blocks of dates, cyclic entries, etc. | 936 | * Special Diary Entries:: Anniversaries, blocks of dates, cyclic entries, etc. |
| 937 | * Appointments:: Reminders when it's time to do something. | ||
| 938 | * Importing Diary:: Converting diary events to/from other formats. | ||
| 939 | @end menu | 939 | @end menu |
| 940 | 940 | ||
| 941 | @node Format of Diary File | 941 | @node Format of Diary File |
| @@ -1363,7 +1363,7 @@ can perform arbitrary computations to determine when they apply. | |||
| 1363 | @end ifnottex | 1363 | @end ifnottex |
| 1364 | 1364 | ||
| 1365 | @node Appointments | 1365 | @node Appointments |
| 1366 | @section Appointments | 1366 | @subsection Appointments |
| 1367 | @cindex appointment notification | 1367 | @cindex appointment notification |
| 1368 | 1368 | ||
| 1369 | @vindex appt-display-format | 1369 | @vindex appt-display-format |
| @@ -1435,7 +1435,11 @@ also updated whenever the diary file (or a file it includes; see | |||
| 1435 | @ifnottex | 1435 | @ifnottex |
| 1436 | @ref{Fancy Diary Display}) | 1436 | @ref{Fancy Diary Display}) |
| 1437 | @end ifnottex | 1437 | @end ifnottex |
| 1438 | is saved. | 1438 | is saved. If you use the Org Mode and keep appointments in your Org |
| 1439 | agenda files, you can add those appointments to the list using the | ||
| 1440 | @code{org-agenda-to-appt} command. @xref{Weekly/daily agenda, | ||
| 1441 | Appointment reminders,,org, The Org Manual}, for more about that | ||
| 1442 | command. | ||
| 1439 | 1443 | ||
| 1440 | @findex appt-add | 1444 | @findex appt-add |
| 1441 | @findex appt-delete | 1445 | @findex appt-delete |
| @@ -1446,7 +1450,7 @@ list without affecting your diary file. You delete entries from the | |||
| 1446 | appointment list with @kbd{M-x appt-delete}. | 1450 | appointment list with @kbd{M-x appt-delete}. |
| 1447 | 1451 | ||
| 1448 | @node Importing Diary | 1452 | @node Importing Diary |
| 1449 | @section Importing and Exporting Diary Entries | 1453 | @subsection Importing and Exporting Diary Entries |
| 1450 | 1454 | ||
| 1451 | You can transfer diary entries between Emacs diary files and a | 1455 | You can transfer diary entries between Emacs diary files and a |
| 1452 | variety of other formats. | 1456 | variety of other formats. |
| @@ -1581,10 +1585,13 @@ variables' values are 120. | |||
| 1581 | @cindex time intervals, summing | 1585 | @cindex time intervals, summing |
| 1582 | @cindex summing time intervals | 1586 | @cindex summing time intervals |
| 1583 | @cindex timeclock | 1587 | @cindex timeclock |
| 1588 | @cindex clocking time | ||
| 1584 | 1589 | ||
| 1585 | The timeclock package adds up time intervals, so you can (for | 1590 | The timeclock package adds up time intervals, so you can (for |
| 1586 | instance) keep track of how much time you spend working on particular | 1591 | instance) keep track of how much time you spend working on particular |
| 1587 | projects. | 1592 | projects. (A more advanced alternative is to use the Org Mode's |
| 1593 | facilities for clocking time, @pxref{Clocking work time,,,org, The Org | ||
| 1594 | Manual}). | ||
| 1588 | 1595 | ||
| 1589 | @findex timeclock-in | 1596 | @findex timeclock-in |
| 1590 | @findex timeclock-out | 1597 | @findex timeclock-out |
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index 1dbc1dc735e..63db2ac765b 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi | |||
| @@ -101,13 +101,13 @@ displayed file is the last one specified on the command line; the | |||
| 101 | other files are visited but their buffers are not shown. | 101 | other files are visited but their buffers are not shown. |
| 102 | 102 | ||
| 103 | If the startup buffer is disabled (@pxref{Entering Emacs}), then | 103 | If the startup buffer is disabled (@pxref{Entering Emacs}), then |
| 104 | @var{file} is visited in a single window if one file argument was | 104 | starting Emacs with one file argument displays the buffer visiting |
| 105 | supplied; with two file arguments, Emacs displays the files in two | 105 | @var{file} in a single window. With two file arguments, Emacs |
| 106 | different windows; with more than two file argument, Emacs displays | 106 | displays the files in two different windows. With more than two file |
| 107 | the last file specified in one window, plus a Buffer Menu in a | 107 | argument, Emacs displays the last file specified in one window, plus |
| 108 | different window (@pxref{Several Buffers}). To inhibit using the | 108 | another window with a Buffer Menu showing all the other files |
| 109 | Buffer Menu for this, change the variable | 109 | (@pxref{Several Buffers}). To inhibit using the Buffer Menu for this, |
| 110 | @code{inhibit-startup-buffer-menu} to @code{t}. | 110 | change the variable @code{inhibit-startup-buffer-menu} to @code{t}. |
| 111 | 111 | ||
| 112 | @item +@var{linenum} @var{file} | 112 | @item +@var{linenum} @var{file} |
| 113 | @opindex +@var{linenum} | 113 | @opindex +@var{linenum} |
diff --git a/doc/emacs/commands.texi b/doc/emacs/commands.texi index 2e65bfd3859..8b8b0c7aad9 100644 --- a/doc/emacs/commands.texi +++ b/doc/emacs/commands.texi | |||
| @@ -56,11 +56,12 @@ characters, e.g., @kbd{C-@key{F1}} or @kbd{M-@key{LEFT}}. | |||
| 56 | @cindex @key{ESC} replacing @key{META} key | 56 | @cindex @key{ESC} replacing @key{META} key |
| 57 | You can also type Meta characters using two-character sequences | 57 | You can also type Meta characters using two-character sequences |
| 58 | starting with @key{ESC}. Thus, you can enter @kbd{M-a} by typing | 58 | starting with @key{ESC}. Thus, you can enter @kbd{M-a} by typing |
| 59 | @kbd{@key{ESC} a}. You can enter @kbd{C-M-a} by typing @kbd{@key{ESC} | 59 | @kbd{@key{ESC} a}. You can enter @kbd{C-M-a} (holding down both |
| 60 | C-a}. Unlike @key{META}, @key{ESC} is entered as a separate | 60 | @key{Ctrl} and @key{Alt}, then pressing @kbd{a}) by typing |
| 61 | character. You don't hold down @key{ESC} while typing the next | 61 | @kbd{@key{ESC} C-a}. Unlike @key{META}, @key{ESC} is entered as a |
| 62 | character; instead, press @key{ESC} and release it, then enter the | 62 | separate character. You don't hold down @key{ESC} while typing the |
| 63 | next character. This feature is useful on certain text terminals | 63 | next character; instead, press @key{ESC} and release it, then enter |
| 64 | the next character. This feature is useful on certain text terminals | ||
| 64 | where the @key{META} key does not function reliably. | 65 | where the @key{META} key does not function reliably. |
| 65 | 66 | ||
| 66 | @cindex keys stolen by window manager | 67 | @cindex keys stolen by window manager |
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi index 7fbb0b91cc7..71aea90a46e 100644 --- a/doc/emacs/dired.texi +++ b/doc/emacs/dired.texi | |||
| @@ -738,8 +738,8 @@ this.) | |||
| 738 | 738 | ||
| 739 | @vindex dired-chown-program | 739 | @vindex dired-chown-program |
| 740 | The variable @code{dired-chown-program} specifies the name of the | 740 | The variable @code{dired-chown-program} specifies the name of the |
| 741 | program to use to do the work (different systems put @command{chown} | 741 | program to use to do the work. (This variable is necessary because |
| 742 | in different places). | 742 | different systems put @command{chown} in different places). |
| 743 | 743 | ||
| 744 | @findex dired-do-touch | 744 | @findex dired-do-touch |
| 745 | @kindex T @r{(Dired)} | 745 | @kindex T @r{(Dired)} |
| @@ -909,7 +909,7 @@ treat it specially. | |||
| 909 | Otherwise, if the command string contains @samp{?} surrounded by | 909 | Otherwise, if the command string contains @samp{?} surrounded by |
| 910 | whitespace or @samp{`?`}, Emacs runs the shell command once | 910 | whitespace or @samp{`?`}, Emacs runs the shell command once |
| 911 | @emph{for each file}, substituting the current file name for @samp{?} | 911 | @emph{for each file}, substituting the current file name for @samp{?} |
| 912 | and @samp{`?`} each time. You can use both @samp{?} or @samp{`?`} more | 912 | and @samp{`?`} each time. You can use both @samp{?} and @samp{`?`} more |
| 913 | than once in the command; the same file name replaces each occurrence. | 913 | than once in the command; the same file name replaces each occurrence. |
| 914 | If you mix them with @samp{*} the command signals an error. | 914 | If you mix them with @samp{*} the command signals an error. |
| 915 | 915 | ||
| @@ -1402,7 +1402,7 @@ display the next image. Typing @key{DEL} | |||
| 1402 | the previous thumbnail and displays that instead. | 1402 | the previous thumbnail and displays that instead. |
| 1403 | 1403 | ||
| 1404 | @vindex image-dired-external-viewer | 1404 | @vindex image-dired-external-viewer |
| 1405 | To view and the image in its original size, either provide a prefix | 1405 | To view the image in its original size, either provide a prefix |
| 1406 | argument (@kbd{C-u}) before pressing @key{RET}, or type | 1406 | argument (@kbd{C-u}) before pressing @key{RET}, or type |
| 1407 | @kbd{C-@key{RET}} (@code{image-dired-thumbnail-display-external}) to | 1407 | @kbd{C-@key{RET}} (@code{image-dired-thumbnail-display-external}) to |
| 1408 | display the image in an external viewer. You must first configure | 1408 | display the image in an external viewer. You must first configure |
| @@ -1437,7 +1437,8 @@ a comment from Dired (@code{image-dired-dired-comment-files}). | |||
| 1437 | Image-Dired also provides simple image manipulation. In the | 1437 | Image-Dired also provides simple image manipulation. In the |
| 1438 | thumbnail buffer, type @kbd{L} to rotate the original image 90 degrees | 1438 | thumbnail buffer, type @kbd{L} to rotate the original image 90 degrees |
| 1439 | anti clockwise, and @kbd{R} to rotate it 90 degrees clockwise. This | 1439 | anti clockwise, and @kbd{R} to rotate it 90 degrees clockwise. This |
| 1440 | rotation is lossless, and uses an external utility called JpegTRAN. | 1440 | rotation is lossless, and uses an external utility called |
| 1441 | @command{jpegtran}, which you need to install first. | ||
| 1441 | 1442 | ||
| 1442 | @node Misc Dired Features | 1443 | @node Misc Dired Features |
| 1443 | @section Other Dired Features | 1444 | @section Other Dired Features |
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index 0051868fee6..474c4e96e22 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi | |||
| @@ -954,8 +954,6 @@ The Calendar and the Diary | |||
| 954 | * Lunar Phases:: Displaying phases of the moon. | 954 | * Lunar Phases:: Displaying phases of the moon. |
| 955 | * Other Calendars:: Converting dates to other calendar systems. | 955 | * Other Calendars:: Converting dates to other calendar systems. |
| 956 | * Diary:: Displaying events from your diary. | 956 | * Diary:: Displaying events from your diary. |
| 957 | * Appointments:: Reminders when it's time to do something. | ||
| 958 | * Importing Diary:: Converting diary events to/from other formats. | ||
| 959 | * Daylight Saving:: How to specify when daylight saving time is active. | 957 | * Daylight Saving:: How to specify when daylight saving time is active. |
| 960 | * Time Intervals:: Keeping track of time intervals. | 958 | * Time Intervals:: Keeping track of time intervals. |
| 961 | @ifnottex | 959 | @ifnottex |
| @@ -983,6 +981,8 @@ The Diary | |||
| 983 | * Date Formats:: Various ways you can specify dates. | 981 | * Date Formats:: Various ways you can specify dates. |
| 984 | * Adding to Diary:: Commands to create diary entries. | 982 | * Adding to Diary:: Commands to create diary entries. |
| 985 | * Special Diary Entries:: Anniversaries, blocks of dates, cyclic entries, etc. | 983 | * Special Diary Entries:: Anniversaries, blocks of dates, cyclic entries, etc. |
| 984 | * Appointments:: Reminders when it's time to do something. | ||
| 985 | * Importing Diary:: Converting diary events to/from other formats. | ||
| 986 | 986 | ||
| 987 | @ifnottex | 987 | @ifnottex |
| 988 | More advanced features of the Calendar and Diary | 988 | More advanced features of the Calendar and Diary |
diff --git a/doc/emacs/fixit.texi b/doc/emacs/fixit.texi index ced1ef9dbfc..aca85f3de07 100644 --- a/doc/emacs/fixit.texi +++ b/doc/emacs/fixit.texi | |||
| @@ -159,9 +159,10 @@ last two characters on the line. So, if you catch your transposition error | |||
| 159 | right away, you can fix it with just a @kbd{C-t}. If you don't catch it so | 159 | right away, you can fix it with just a @kbd{C-t}. If you don't catch it so |
| 160 | fast, you must move the cursor back between the two transposed | 160 | fast, you must move the cursor back between the two transposed |
| 161 | characters before you type @kbd{C-t}. If you transposed a space with | 161 | characters before you type @kbd{C-t}. If you transposed a space with |
| 162 | the last character of the word before it, the word motion commands are | 162 | the last character of the word before it, the word motion commands |
| 163 | a good way of getting there. Otherwise, a reverse search (@kbd{C-r}) | 163 | (@kbd{M-f}, @kbd{M-b}, etc.) are a good way of getting there. |
| 164 | is often the best way. @xref{Search}. | 164 | Otherwise, a reverse search (@kbd{C-r}) is often the best way. |
| 165 | @xref{Search}. | ||
| 165 | 166 | ||
| 166 | @kindex C-x C-t | 167 | @kindex C-x C-t |
| 167 | @findex transpose-lines | 168 | @findex transpose-lines |
| @@ -181,22 +182,23 @@ punctuation characters between the words do not move. For example, | |||
| 181 | @kbd{C-M-t} (@code{transpose-sexps}) is a similar command for | 182 | @kbd{C-M-t} (@code{transpose-sexps}) is a similar command for |
| 182 | transposing two expressions (@pxref{Expressions}), and @kbd{C-x C-t} | 183 | transposing two expressions (@pxref{Expressions}), and @kbd{C-x C-t} |
| 183 | (@code{transpose-lines}) exchanges lines. They work like @kbd{M-t} | 184 | (@code{transpose-lines}) exchanges lines. They work like @kbd{M-t} |
| 184 | except as regards what units of text they transpose. | 185 | except as regards the units of text they transpose. |
| 185 | 186 | ||
| 186 | A numeric argument to a transpose command serves as a repeat count: it | 187 | A numeric argument to a transpose command serves as a repeat count: it |
| 187 | tells the transpose command to move the character (word, expression, line) | 188 | tells the transpose command to move the character (or word or |
| 188 | before or containing point across several other characters (words, | 189 | expression or line) before or containing point across several other |
| 189 | expressions, lines). For example, @kbd{C-u 3 C-t} moves the character before | 190 | characters (or words or expressions or lines). For example, @kbd{C-u |
| 190 | point forward across three other characters. It would change | 191 | 3 C-t} moves the character before point forward across three other |
| 191 | @samp{f@point{}oobar} into @samp{oobf@point{}ar}. This is equivalent to | 192 | characters. It would change @samp{f@point{}oobar} into |
| 192 | repeating @kbd{C-t} three times. @kbd{C-u - 4 M-t} moves the word | 193 | @samp{oobf@point{}ar}. This is equivalent to repeating @kbd{C-t} |
| 193 | before point backward across four words. @kbd{C-u - C-M-t} would cancel | 194 | three times. @kbd{C-u - 4 M-t} moves the word before point backward |
| 194 | the effect of plain @kbd{C-M-t}. | 195 | across four words. @kbd{C-u - C-M-t} would cancel the effect of plain |
| 196 | @kbd{C-M-t}. | ||
| 195 | 197 | ||
| 196 | A numeric argument of zero is assigned a special meaning (because | 198 | A numeric argument of zero is assigned a special meaning (because |
| 197 | otherwise a command with a repeat count of zero would do nothing): to | 199 | otherwise a command with a repeat count of zero would do nothing): to |
| 198 | transpose the character (word, expression, line) ending after point | 200 | transpose the character (or word or expression or line) ending after |
| 199 | with the one ending after the mark. | 201 | point with the one ending after the mark. |
| 200 | 202 | ||
| 201 | @node Fixing Case | 203 | @node Fixing Case |
| 202 | @section Case Conversion | 204 | @section Case Conversion |
| @@ -227,9 +229,10 @@ case-convert it and go on typing. @xref{Case}. | |||
| 227 | 229 | ||
| 228 | This section describes the commands to check the spelling of a | 230 | This section describes the commands to check the spelling of a |
| 229 | single word or of a portion of a buffer. These commands only work if | 231 | single word or of a portion of a buffer. These commands only work if |
| 230 | the spelling checker program Hunspell, Aspell, Ispell or Enchant is installed. | 232 | a spelling checker program, one of Hunspell, Aspell, Ispell or |
| 231 | These programs are not part of Emacs, but one of them is usually | 233 | Enchant, is installed. These programs are not part of Emacs, but one |
| 232 | installed in GNU/Linux and other free operating systems. | 234 | of them is usually installed in GNU/Linux and other free operating |
| 235 | systems. | ||
| 233 | @ifnottex | 236 | @ifnottex |
| 234 | @xref{Top, Aspell,, aspell, The Aspell Manual}. | 237 | @xref{Top, Aspell,, aspell, The Aspell Manual}. |
| 235 | @end ifnottex | 238 | @end ifnottex |
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index 7c1d36c720b..afdfa6c39c1 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi | |||
| @@ -994,7 +994,7 @@ variable @code{scroll-bar-adjust-thumb-portion} to control | |||
| 994 | when the end of the buffer is visible. If its value is | 994 | when the end of the buffer is visible. If its value is |
| 995 | non-@code{nil}, the scroll bar can be dragged downwards even if the | 995 | non-@code{nil}, the scroll bar can be dragged downwards even if the |
| 996 | end of the buffer is shown; if @code{nil}, the thumb will be at the | 996 | end of the buffer is shown; if @code{nil}, the thumb will be at the |
| 997 | bottom when the end of the buffer is shown. You can not over-scroll | 997 | bottom when the end of the buffer is shown. You cannot over-scroll |
| 998 | when the entire buffer is visible. | 998 | when the entire buffer is visible. |
| 999 | 999 | ||
| 1000 | @cindex scroll-bar face | 1000 | @cindex scroll-bar face |
diff --git a/doc/emacs/macos.texi b/doc/emacs/macos.texi index cf4e48bacb8..dbde2c8f824 100644 --- a/doc/emacs/macos.texi +++ b/doc/emacs/macos.texi | |||
| @@ -49,7 +49,8 @@ default). A value of @code{control}, @code{meta}, @code{alt}, | |||
| 49 | @code{super}, or @code{hyper} makes them behave like the corresponding | 49 | @code{super}, or @code{hyper} makes them behave like the corresponding |
| 50 | modifier keys; a value to @code{left} means be the same key as | 50 | modifier keys; a value to @code{left} means be the same key as |
| 51 | @code{ns-alternate-modifier}; a value of @code{none} tells Emacs to | 51 | @code{ns-alternate-modifier}; a value of @code{none} tells Emacs to |
| 52 | ignore them. | 52 | ignore them, in which case you get the default behavior of macOS |
| 53 | accentuation system from the right option key. | ||
| 53 | 54 | ||
| 54 | @kbd{S-mouse-1} adjusts the region to the click position, | 55 | @kbd{S-mouse-1} adjusts the region to the click position, |
| 55 | just like @kbd{mouse-3} (@code{mouse-save-then-kill}); it does not pop | 56 | just like @kbd{mouse-3} (@code{mouse-save-then-kill}); it does not pop |
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi index fcd229d817c..de16c44720e 100644 --- a/doc/emacs/mini.texi +++ b/doc/emacs/mini.texi | |||
| @@ -119,6 +119,12 @@ second slash in the pair. In the example above, | |||
| 119 | the terminal allows it. (To disable this dimming, turn off File Name | 119 | the terminal allows it. (To disable this dimming, turn off File Name |
| 120 | Shadow mode with the command @kbd{M-x file-name-shadow-mode}.) | 120 | Shadow mode with the command @kbd{M-x file-name-shadow-mode}.) |
| 121 | 121 | ||
| 122 | When completing remote file names (@pxref{Remote Files}), a double | ||
| 123 | slash behaves slightly differently: it causes Emacs to ignore only the | ||
| 124 | file-name part, leaving the rest (method, host and username, etc.) | ||
| 125 | intact. Typing three slashes in a row ignores everything in remote | ||
| 126 | file names. @xref{File name completion,,, tramp, The Tramp Manual}. | ||
| 127 | |||
| 122 | @cindex home directory shorthand | 128 | @cindex home directory shorthand |
| 123 | Emacs interprets @file{~/} as your home directory. Thus, | 129 | Emacs interprets @file{~/} as your home directory. Thus, |
| 124 | @file{~/foo/bar.txt} specifies a file named @file{bar.txt}, inside a | 130 | @file{~/foo/bar.txt} specifies a file named @file{bar.txt}, inside a |
| @@ -767,10 +773,10 @@ you type the required password, press @key{RET} to submit it. To | |||
| 767 | prevent others from seeing your password, every character you type is | 773 | prevent others from seeing your password, every character you type is |
| 768 | displayed as a dot (@samp{.}) instead of its usual form. | 774 | displayed as a dot (@samp{.}) instead of its usual form. |
| 769 | 775 | ||
| 770 | Most of the features and commands associated with the minibuffer can | 776 | Most of the features and commands associated with the minibuffer |
| 771 | @emph{not} be used when entering a password. There is no history or | 777 | @emph{cannot} be used when entering a password. There is no history |
| 772 | completion, and you cannot change windows or perform any other action | 778 | or completion, and you cannot change windows or perform any other |
| 773 | with Emacs until you have submitted the password. | 779 | action with Emacs until you have submitted the password. |
| 774 | 780 | ||
| 775 | While you are typing the password, you may press @key{DEL} to delete | 781 | While you are typing the password, you may press @key{DEL} to delete |
| 776 | backwards, removing the last character entered. @kbd{C-u} deletes | 782 | backwards, removing the last character entered. @kbd{C-u} deletes |
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index 3300ed67c6e..1fb47c3c68e 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi | |||
| @@ -791,7 +791,8 @@ the variable @code{explicit-shell-file-name}. If this is @code{nil} | |||
| 791 | exists. Otherwise, it usually uses the variable | 791 | exists. Otherwise, it usually uses the variable |
| 792 | @code{shell-file-name} (@pxref{Single Shell}); but if the default | 792 | @code{shell-file-name} (@pxref{Single Shell}); but if the default |
| 793 | directory is remote (@pxref{Remote Files}), it prompts you for the | 793 | directory is remote (@pxref{Remote Files}), it prompts you for the |
| 794 | shell file name. | 794 | shell file name. @xref{Minibuffer File}, for hints how to type remote |
| 795 | file names effectively. | ||
| 795 | 796 | ||
| 796 | Emacs sends the new shell the contents of the file | 797 | Emacs sends the new shell the contents of the file |
| 797 | @file{~/.emacs_@var{shellname}} as input, if it exists, where | 798 | @file{~/.emacs_@var{shellname}} as input, if it exists, where |
diff --git a/doc/emacs/xresources.texi b/doc/emacs/xresources.texi index f192c0d4c96..d58c6b905eb 100644 --- a/doc/emacs/xresources.texi +++ b/doc/emacs/xresources.texi | |||
| @@ -764,7 +764,7 @@ This is the state for data that has been selected by the user. It can | |||
| 764 | be selected text or items selected in a list. This state is not used | 764 | be selected text or items selected in a list. This state is not used |
| 765 | in Emacs. | 765 | in Emacs. |
| 766 | @item INSENSITIVE | 766 | @item INSENSITIVE |
| 767 | This is the state for widgets that are visible, but they can not be | 767 | This is the state for widgets that are visible, but they cannot be |
| 768 | manipulated in the usual way---for example, buttons that can't be | 768 | manipulated in the usual way---for example, buttons that can't be |
| 769 | pressed, and disabled menu items. To display disabled menu items in | 769 | pressed, and disabled menu items. To display disabled menu items in |
| 770 | yellow, use @code{fg[INSENSITIVE] = "yellow"}. | 770 | yellow, use @code{fg[INSENSITIVE] = "yellow"}. |