diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-11-15 15:38:05 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-11-15 15:38:05 +0000 |
commit | f91311d1a17693acf9a2027c8a4df57702c2a592 (patch) | |
tree | 61ef2af1021a261565612da02c7c061626331238 /doc/misc/tramp.texi | |
parent | e75e6cc8f7b830964e323b6b109985565532046f (diff) | |
download | emacs-f91311d1a17693acf9a2027c8a4df57702c2a592.tar.gz emacs-f91311d1a17693acf9a2027c8a4df57702c2a592.tar.bz2 emacs-f91311d1a17693acf9a2027c8a4df57702c2a592.zip |
(Filename completion): Fix typos.
Diffstat (limited to 'doc/misc/tramp.texi')
-rw-r--r-- | doc/misc/tramp.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 127ccd11024..7389955e80a 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -2277,7 +2277,7 @@ As example, @kbd{@trampfn{telnet, , melancholia, /usr/local/bin//etc} @file{@trampfn{telnet, , melancholia, /etc}}, whereas @kbd{@trampfn{telnet, , melancholia, //etc} @key{TAB}} reduces the minibuffer contents to @file{/etc}. A triple-slash stands for the -default behaviour, +default behavior, i.e. @kbd{@trampfn{telnet, , melancholia, /usr/local/bin///etc} @key{TAB}} expands directly to @file{/etc}. @end ifset |