* tramp.texi (Filename completion): Remove footnote about let-bind
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 26 Mar 2008 20:16:28 +0000 (20:16 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 26 Mar 2008 20:16:28 +0000 (20:16 +0000)
of `partial-completion-mode'.  It doesn't work this way.

doc/misc/tramp.texi

index 5c38646..39caec1 100644 (file)
@@ -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