aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2018-02-05 07:50:22 -0800
committerGlenn Morris2018-02-05 07:50:22 -0800
commita0c7157a16481b0523ad20cda9115f9435188f73 (patch)
tree4e23a700da7c493f54f0afeb337fd963502115cb /doc
parentc24c5dc4a4cc18e7f1ec949efcfe1d4bae541d02 (diff)
parentc787a4968273027960a20ced6d63bae0d1ffa87e (diff)
downloademacs-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.texi4
-rw-r--r--doc/emacs/calendar.texi19
-rw-r--r--doc/emacs/cmdargs.texi14
-rw-r--r--doc/emacs/commands.texi11
-rw-r--r--doc/emacs/dired.texi11
-rw-r--r--doc/emacs/emacs.texi4
-rw-r--r--doc/emacs/fixit.texi37
-rw-r--r--doc/emacs/frames.texi2
-rw-r--r--doc/emacs/macos.texi3
-rw-r--r--doc/emacs/mini.texi14
-rw-r--r--doc/emacs/misc.texi3
-rw-r--r--doc/emacs/xresources.texi2
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
90such as C stack overflows and fatal signals. Since the recovery 90such as C stack overflows and fatal signals. Since the recovery
91included in Emacs is reliable enough, we decided there was no reason 91included in Emacs is reliable enough, we decided there was no reason
92to put your edits in danger of becoming lost when these situations 92to put your edits in danger of becoming lost when these situations
93happen. The variables @code{'attempt-stack-overflow-recovery} and 93happen. 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
97The @code{list-timers} command was removed, as we decided timers are 97The @code{list-timers} command was removed, as we decided timers are
98not user-level feature, and therefore users should not be allowed to 98not a user-level feature, and therefore users should not be allowed to
99mess with them. Ask an Emacs Lisp guru near you for help if you have 99mess with them. Ask an Emacs Lisp guru near you for help if you have
100a runaway timer in your session. (Of course, as you move back in 100a runaway timer in your session. (Of course, as you move back in
101time, such runaway timers will become less and less frequent, and 101time, 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
1438is saved. 1438is saved. If you use the Org Mode and keep appointments in your Org
1439agenda files, you can add those appointments to the list using the
1440@code{org-agenda-to-appt} command. @xref{Weekly/daily agenda,
1441Appointment reminders,,org, The Org Manual}, for more about that
1442command.
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
1446appointment list with @kbd{M-x appt-delete}. 1450appointment 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
1452variety of other formats. 1456variety 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
1586instance) keep track of how much time you spend working on particular 1591instance) keep track of how much time you spend working on particular
1587projects. 1592projects. (A more advanced alternative is to use the Org Mode's
1593facilities for clocking time, @pxref{Clocking work time,,,org, The Org
1594Manual}).
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
101other files are visited but their buffers are not shown. 101other files are visited but their buffers are not shown.
102 102
103If the startup buffer is disabled (@pxref{Entering Emacs}), then 103If the startup buffer is disabled (@pxref{Entering Emacs}), then
104@var{file} is visited in a single window if one file argument was 104starting Emacs with one file argument displays the buffer visiting
105supplied; with two file arguments, Emacs displays the files in two 105@var{file} in a single window. With two file arguments, Emacs
106different windows; with more than two file argument, Emacs displays 106displays the files in two different windows. With more than two file
107the last file specified in one window, plus a Buffer Menu in a 107argument, Emacs displays the last file specified in one window, plus
108different window (@pxref{Several Buffers}). To inhibit using the 108another window with a Buffer Menu showing all the other files
109Buffer 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}. 110change 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
58starting with @key{ESC}. Thus, you can enter @kbd{M-a} by typing 58starting 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
60C-a}. Unlike @key{META}, @key{ESC} is entered as a separate 60@key{Ctrl} and @key{Alt}, then pressing @kbd{a}) by typing
61character. 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
62character; instead, press @key{ESC} and release it, then enter the 62separate character. You don't hold down @key{ESC} while typing the
63next character. This feature is useful on certain text terminals 63next character; instead, press @key{ESC} and release it, then enter
64the next character. This feature is useful on certain text terminals
64where the @key{META} key does not function reliably. 65where 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
740The variable @code{dired-chown-program} specifies the name of the 740The variable @code{dired-chown-program} specifies the name of the
741program to use to do the work (different systems put @command{chown} 741program to use to do the work. (This variable is necessary because
742in different places). 742different 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.
909Otherwise, if the command string contains @samp{?} surrounded by 909Otherwise, if the command string contains @samp{?} surrounded by
910whitespace or @samp{`?`}, Emacs runs the shell command once 910whitespace 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{?}
912and @samp{`?`} each time. You can use both @samp{?} or @samp{`?`} more 912and @samp{`?`} each time. You can use both @samp{?} and @samp{`?`} more
913than once in the command; the same file name replaces each occurrence. 913than once in the command; the same file name replaces each occurrence.
914If you mix them with @samp{*} the command signals an error. 914If you mix them with @samp{*} the command signals an error.
915 915
@@ -1402,7 +1402,7 @@ display the next image. Typing @key{DEL}
1402the previous thumbnail and displays that instead. 1402the 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
1406argument (@kbd{C-u}) before pressing @key{RET}, or type 1406argument (@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
1408display the image in an external viewer. You must first configure 1408display 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
1438thumbnail buffer, type @kbd{L} to rotate the original image 90 degrees 1438thumbnail buffer, type @kbd{L} to rotate the original image 90 degrees
1439anti clockwise, and @kbd{R} to rotate it 90 degrees clockwise. This 1439anti clockwise, and @kbd{R} to rotate it 90 degrees clockwise. This
1440rotation is lossless, and uses an external utility called JpegTRAN. 1440rotation 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
988More advanced features of the Calendar and Diary 988More 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
159right away, you can fix it with just a @kbd{C-t}. If you don't catch it so 159right away, you can fix it with just a @kbd{C-t}. If you don't catch it so
160fast, you must move the cursor back between the two transposed 160fast, you must move the cursor back between the two transposed
161characters before you type @kbd{C-t}. If you transposed a space with 161characters before you type @kbd{C-t}. If you transposed a space with
162the last character of the word before it, the word motion commands are 162the last character of the word before it, the word motion commands
163a 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.
164is often the best way. @xref{Search}. 164Otherwise, 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
182transposing two expressions (@pxref{Expressions}), and @kbd{C-x C-t} 183transposing 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}
184except as regards what units of text they transpose. 185except 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
187tells the transpose command to move the character (word, expression, line) 188tells the transpose command to move the character (or word or
188before or containing point across several other characters (words, 189expression or line) before or containing point across several other
189expressions, lines). For example, @kbd{C-u 3 C-t} moves the character before 190characters (or words or expressions or lines). For example, @kbd{C-u
190point forward across three other characters. It would change 1913 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 192characters. It would change @samp{f@point{}oobar} into
192repeating @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}
193before point backward across four words. @kbd{C-u - C-M-t} would cancel 194three times. @kbd{C-u - 4 M-t} moves the word before point backward
194the effect of plain @kbd{C-M-t}. 195across 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
197otherwise a command with a repeat count of zero would do nothing): to 199otherwise a command with a repeat count of zero would do nothing): to
198transpose the character (word, expression, line) ending after point 200transpose the character (or word or expression or line) ending after
199with the one ending after the mark. 201point 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
229single word or of a portion of a buffer. These commands only work if 231single word or of a portion of a buffer. These commands only work if
230the spelling checker program Hunspell, Aspell, Ispell or Enchant is installed. 232a spelling checker program, one of Hunspell, Aspell, Ispell or
231These programs are not part of Emacs, but one of them is usually 233Enchant, is installed. These programs are not part of Emacs, but one
232installed in GNU/Linux and other free operating systems. 234of them is usually installed in GNU/Linux and other free operating
235systems.
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
994when the end of the buffer is visible. If its value is 994when the end of the buffer is visible. If its value is
995non-@code{nil}, the scroll bar can be dragged downwards even if the 995non-@code{nil}, the scroll bar can be dragged downwards even if the
996end of the buffer is shown; if @code{nil}, the thumb will be at the 996end of the buffer is shown; if @code{nil}, the thumb will be at the
997bottom when the end of the buffer is shown. You can not over-scroll 997bottom when the end of the buffer is shown. You cannot over-scroll
998when the entire buffer is visible. 998when 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
50modifier keys; a value to @code{left} means be the same key as 50modifier 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
52ignore them. 52ignore them, in which case you get the default behavior of macOS
53accentuation 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,
55just like @kbd{mouse-3} (@code{mouse-save-then-kill}); it does not pop 56just 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,
119the terminal allows it. (To disable this dimming, turn off File Name 119the terminal allows it. (To disable this dimming, turn off File Name
120Shadow mode with the command @kbd{M-x file-name-shadow-mode}.) 120Shadow mode with the command @kbd{M-x file-name-shadow-mode}.)
121 121
122 When completing remote file names (@pxref{Remote Files}), a double
123slash behaves slightly differently: it causes Emacs to ignore only the
124file-name part, leaving the rest (method, host and username, etc.)
125intact. Typing three slashes in a row ignores everything in remote
126file 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
767prevent others from seeing your password, every character you type is 773prevent others from seeing your password, every character you type is
768displayed as a dot (@samp{.}) instead of its usual form. 774displayed 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
772completion, and you cannot change windows or perform any other action 778or completion, and you cannot change windows or perform any other
773with Emacs until you have submitted the password. 779action 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
776backwards, removing the last character entered. @kbd{C-u} deletes 782backwards, 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}
791exists. Otherwise, it usually uses the variable 791exists. 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
793directory is remote (@pxref{Remote Files}), it prompts you for the 793directory is remote (@pxref{Remote Files}), it prompts you for the
794shell file name. 794shell file name. @xref{Minibuffer File}, for hints how to type remote
795file 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
764be selected text or items selected in a list. This state is not used 764be selected text or items selected in a list. This state is not used
765in Emacs. 765in Emacs.
766@item INSENSITIVE 766@item INSENSITIVE
767This is the state for widgets that are visible, but they can not be 767This is the state for widgets that are visible, but they cannot be
768manipulated in the usual way---for example, buttons that can't be 768manipulated in the usual way---for example, buttons that can't be
769pressed, and disabled menu items. To display disabled menu items in 769pressed, and disabled menu items. To display disabled menu items in
770yellow, use @code{fg[INSENSITIVE] = "yellow"}. 770yellow, use @code{fg[INSENSITIVE] = "yellow"}.