mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
(Inline methods): Small grammar fix.
This commit is contained in:
parent
cb9bee9f2d
commit
ceda4f05b8
@ -1,3 +1,7 @@
|
|||||||
|
2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
|
||||||
|
|
||||||
|
* tramp.texi (Inline methods): Small grammar fix.
|
||||||
|
|
||||||
2003-10-13 Richard M. Stallman <rms@gnu.org>
|
2003-10-13 Richard M. Stallman <rms@gnu.org>
|
||||||
|
|
||||||
* xresources.texi (GTK resources): Clean up previous change.
|
* xresources.texi (GTK resources): Clean up previous change.
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
Copyright @copyright{} 1999, 2000, 2001, 2002, 2003 Free Software
|
Copyright @copyright{} 1999, 2000, 2001, 2002, 2003 Free Software
|
||||||
Foundation, Inc.
|
Foundation, Inc.
|
||||||
|
|
||||||
@quotation
|
@quotation
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
Permission is granted to copy, distribute and/or modify this document
|
||||||
under the terms of the GNU Free Documentation License, Version 1.1 or
|
under the terms of the GNU Free Documentation License, Version 1.1 or
|
||||||
any later version published by the Free Software Foundation; with no
|
any later version published by the Free Software Foundation; with no
|
||||||
@ -635,7 +635,7 @@ easy to implement, so I haven't got around to it, yet.
|
|||||||
@cindex sshx method
|
@cindex sshx method
|
||||||
@cindex Cygwin (with sshx method)
|
@cindex Cygwin (with sshx method)
|
||||||
|
|
||||||
As you expect, this is similar to @option{ssh}, only a little
|
As you would expect, this is similar to @option{ssh}, only a little
|
||||||
different. Whereas @option{ssh} opens a normal interactive shell on
|
different. Whereas @option{ssh} opens a normal interactive shell on
|
||||||
the remote host, this option uses @samp{ssh -t -t @var{host} -l
|
the remote host, this option uses @samp{ssh -t -t @var{host} -l
|
||||||
@var{user} /bin/sh} to open a connection. This is useful for users
|
@var{user} /bin/sh} to open a connection. This is useful for users
|
||||||
@ -1109,7 +1109,7 @@ Example:
|
|||||||
|
|
||||||
@defun tramp-set-completion-function method function-list
|
@defun tramp-set-completion-function method function-list
|
||||||
This function sets @var{function-list} as list of completion functions
|
This function sets @var{function-list} as list of completion functions
|
||||||
for @var{method}.
|
for @var{method}.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
@example
|
@example
|
||||||
@ -1744,7 +1744,7 @@ packages which make @value{ftp-package-name} file name handlers active.
|
|||||||
You can see it applying @kbd{C-h v file-name-handler-alist}:
|
You can see it applying @kbd{C-h v file-name-handler-alist}:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
file-name-handler-alist's value is
|
file-name-handler-alist's value is
|
||||||
(("^/[^/:]*\\'" . ange-ftp-completion-hook-function)
|
(("^/[^/:]*\\'" . ange-ftp-completion-hook-function)
|
||||||
("^/[^/:]*[^/:.]:" . ange-ftp-hook-function)
|
("^/[^/:]*[^/:.]:" . ange-ftp-hook-function)
|
||||||
("^/[^/]*$" . tramp-completion-file-name-handler)
|
("^/[^/]*$" . tramp-completion-file-name-handler)
|
||||||
@ -1931,7 +1931,7 @@ operations on files accessed via @tramp{}.
|
|||||||
|
|
||||||
In the case of a remote file, the @code{shell-command} interface is
|
In the case of a remote file, the @code{shell-command} interface is
|
||||||
used, with some wrapper code, to provide the same functionality on the
|
used, with some wrapper code, to provide the same functionality on the
|
||||||
remote machine as would be seen on the local machine.
|
remote machine as would be seen on the local machine.
|
||||||
|
|
||||||
|
|
||||||
@node Changed workfiles
|
@node Changed workfiles
|
||||||
|
Loading…
Reference in New Issue
Block a user