summaryrefslogtreecommitdiff
path: root/doc/misc/tramp.texi
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2008-03-26 20:16:28 +0000
committerMichael Albinus <michael.albinus@gmx.de>2008-03-26 20:16:28 +0000
commit2c81b4685d2cbf1b6aa8500e3bc68887df0db787 (patch)
treeb6e76195ce82ab067ac3604e8bf6c68b2323fb19 /doc/misc/tramp.texi
parent608d6a81c64824b55f45a8392a474dc9fc449cd1 (diff)
downloademacs-2c81b4685d2cbf1b6aa8500e3bc68887df0db787.tar.gz
emacs-2c81b4685d2cbf1b6aa8500e3bc68887df0db787.tar.bz2
emacs-2c81b4685d2cbf1b6aa8500e3bc68887df0db787.zip
* tramp.texi (Filename completion): Remove footnote about let-bind
of `partial-completion-mode'. It doesn't work this way.
Diffstat (limited to 'doc/misc/tramp.texi')
-rw-r--r--doc/misc/tramp.texi12
1 files changed, 1 insertions, 11 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 5c38646bb01..39caec1fa26 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -2204,17 +2204,7 @@ Filename completion works with @value{tramp} for completion of method
names, of user names and of machine names as well as for completion of
file names on remote machines.
@ifset emacs
-In order to enable this, Partial Completion mode must be set
-on@footnote{If you don't use Partial Completion mode, but want to
-keep full completion, load @value{tramp} like this in your
-@file{.emacs}:
-
-@lisp
-;; Preserve Tramp's completion features.
-(let ((partial-completion-mode t))
- (require 'tramp))
-@end lisp
-}.
+In order to enable this, Partial Completion mode must be set on.
@ifinfo
@xref{Completion Options, , , @value{emacsdir}}.
@end ifinfo