aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2016-01-01 01:58:41 -0800
committerPaul Eggert2016-01-01 01:59:19 -0800
commitef33bc7fcf7b2e9fc41706ebce3bfbc814b0e832 (patch)
tree171a899105b42ca219452b64d51e74fa0144e3ef
parent9c3dbabee3cc8cddce33aaa7622dfb4c11353123 (diff)
downloademacs-ef33bc7fcf7b2e9fc41706ebce3bfbc814b0e832.tar.gz
emacs-ef33bc7fcf7b2e9fc41706ebce3bfbc814b0e832.zip
Spelling and grammar fixes
-rw-r--r--doc/misc/tramp.texi24
-rw-r--r--etc/ChangeLog.12
2 files changed, 13 insertions, 13 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index b001821a7e0..eafd2385a5e 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -883,8 +883,8 @@ This method works only for unified file names, see @ref{Issues}.
883@cindex smb method 883@cindex smb method
884 884
885This is another non-native @value{tramp} method. @command{smbclient} 885This is another non-native @value{tramp} method. @command{smbclient}
886connects to any host with SMB/CIFS protocol, such as MS Windows and 886connects to any server supporting the SMB/CIFS protocol, such as MS Windows and
887Samba Servers running on Unixes. Tests show this @value{tramp} method 887Samba running on GNU/Linux. Tests show this @value{tramp} method
888works with MS Windows NT, MS Windows 2000, MS Windows XP, MS Windows 888works with MS Windows NT, MS Windows 2000, MS Windows XP, MS Windows
889Vista, and MS Windows 7. 889Vista, and MS Windows 7.
890 890
@@ -973,13 +973,13 @@ name when a single Android device is connected to @command{adb}.
973name. @command{adb devices} shows available host names. 973name. @command{adb devices} shows available host names.
974 974
975@option{adb} method normally does not need user name to authenticate 975@option{adb} method normally does not need user name to authenticate
976on the Andriod device because it runs under the @command{adbd} 976on the Android device because it runs under the @command{adbd}
977process. But when a user name is specified, however, @value{tramp} 977process. But when a user name is specified, however, @value{tramp}
978applies an @command{su} in the syntax. When authentication does not 978applies an @command{su} in the syntax. When authentication does not
979succeed, especially on un-rooted Android devices, @value{tramp} 979succeed, especially on un-rooted Android devices, @value{tramp}
980displays login errors. 980displays login errors.
981 981
982For Andriod devices connected through TCP/IP, a port number can be 982For Android devices connected through TCP/IP, a port number can be
983specified using @file{device#42} host name syntax or @value{tramp} can 983specified using @file{device#42} host name syntax or @value{tramp} can
984use the default value as declared in @command{adb} command. Port 984use the default value as declared in @command{adb} command. Port
985numbers are not applicable to Android devices connected through USB@. 985numbers are not applicable to Android devices connected through USB@.
@@ -1965,7 +1965,7 @@ where @samp{192.168.0.1} is the remote host IP address
1965 1965
1966@value{tramp} uses the @option{adb} method to access Android 1966@value{tramp} uses the @option{adb} method to access Android
1967devices. Android devices provide a restricted shell access through an 1967devices. Android devices provide a restricted shell access through an
1968USB connection. The local host must have Andriod SDK installed. 1968USB connection. The local host must have the Android SDK installed.
1969 1969
1970Applications such as @code{SSHDroid} that run @command{sshd} process 1970Applications such as @code{SSHDroid} that run @command{sshd} process
1971on the Android device can accept any @option{ssh}-based methods 1971on the Android device can accept any @option{ssh}-based methods
@@ -2088,7 +2088,7 @@ To ``turns off'' the backup feature for @value{tramp} files and stop
2088 2088
2089@ifset emacs 2089@ifset emacs
2090@noindent 2090@noindent
2091Disabling backups can be targetted to just @option{su} and 2091Disabling backups can be targeted to just the @option{su} and
2092@option{sudo} methods: 2092@option{sudo} methods:
2093 2093
2094@lisp 2094@lisp
@@ -2173,7 +2173,7 @@ direct all auto saves to that location.
2173@end ifset 2173@end ifset
2174@ifset xemacs 2174@ifset xemacs
2175@code{auto-save-directory} can also be used here instead of other 2175@code{auto-save-directory} can also be used here instead of other
2176locations specfied above. 2176locations specified above.
2177@end ifset 2177@end ifset
2178 2178
2179@node Windows setup hints 2179@node Windows setup hints
@@ -2187,7 +2187,7 @@ This section is incomplete. Please share your solutions.
2187 2187
2188Cygwin's @command{ssh} works only with a Cygwin version of 2188Cygwin's @command{ssh} works only with a Cygwin version of
2189@value{emacsname}. To check for compatibility: type @kbd{M-x eshell}, and 2189@value{emacsname}. To check for compatibility: type @kbd{M-x eshell}, and
2190start @kbd{ssh test.host}. Incompatbilities trigger this message: 2190start @kbd{ssh test.host}. Incompatibilities trigger this message:
2191 2191
2192@example 2192@example
2193Pseudo-terminal will not be allocated because stdin is not a terminal. 2193Pseudo-terminal will not be allocated because stdin is not a terminal.
@@ -2242,7 +2242,7 @@ authentication, host names, and file names.
2242 2242
2243Unlike opening local files in @value{emacsname}, which are 2243Unlike opening local files in @value{emacsname}, which are
2244instantaneous, opening remote files in @value{tramp} is slower at 2244instantaneous, opening remote files in @value{tramp} is slower at
2245first. Sometimes there is a noticable delay before the prompts for 2245first. Sometimes there is a noticeable delay before the prompts for
2246passwords or authentication appear in the minibuffer. Hitting 2246passwords or authentication appear in the minibuffer. Hitting
2247@kbd{@key{RET}} or other keys during this gap will be processed by 2247@kbd{@key{RET}} or other keys during this gap will be processed by
2248@value{emacsname}. This type-ahead facility is a feature of 2248@value{emacsname}. This type-ahead facility is a feature of
@@ -2322,7 +2322,7 @@ This is done by replacing the initial @file{@value{prefix}} with
2322@file{@value{prefix}@var{method}@value{postfixhop}} (Note the trailing 2322@file{@value{prefix}@var{method}@value{postfixhop}} (Note the trailing
2323slash!). 2323slash!).
2324@end ifset 2324@end ifset
2325The syntax specificaton for user, host, and file do not change. 2325The syntax specifications for user, host, and file do not change.
2326 2326
2327To connect to the host @code{melancholia} as @code{daniel}, using 2327To connect to the host @code{melancholia} as @code{daniel}, using
2328@option{ssh} method for @file{.emacs} in @code{daniel}'s home 2328@option{ssh} method for @file{.emacs} in @code{daniel}'s home
@@ -2400,8 +2400,8 @@ persistently (@pxref{Connection caching}) will be included in the
2400completion lists. 2400completion lists.
2401 2401
2402After remote host name completion comes completion of file names on 2402After remote host name completion comes completion of file names on
2403the remote host. It works the same as on loal host file completion 2403the remote host. It works the same as with local host file completion,
2404except when killing with double-slash @file{//} kills only the file 2404except that killing with double-slash @file{//} kills only the file
2405name part of the @value{tramp} file name syntax. 2405name part of the @value{tramp} file name syntax.
2406@ifset emacs 2406@ifset emacs
2407A triple-slash stands for the default behavior. 2407A triple-slash stands for the default behavior.
diff --git a/etc/ChangeLog.1 b/etc/ChangeLog.1
index 644b9c46a77..b2694d78a11 100644
--- a/etc/ChangeLog.1
+++ b/etc/ChangeLog.1
@@ -5110,7 +5110,7 @@
5110 5110
5111 * PROBLEMS: More reorganization to exile old stuff to the 5111 * PROBLEMS: More reorganization to exile old stuff to the
5112 pre-2000 section. I looked up end-of-life dates for a bunch 5112 pre-2000 section. I looked up end-of-life dates for a bunch
5113 of old Unixes to check. 5113 of old Unix systems to check.
5114 5114
51152004-08-24 Bill Wohler <wohler@newt.com> 51152004-08-24 Bill Wohler <wohler@newt.com>
5116 5116