From: Eli Zaretskii Date: Thu, 13 Sep 2007 08:49:47 +0000 (+0000) Subject: (find-file): Fix last change. X-Git-Tag: emacs-pretest-22.1.90~823 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f174d77330b0ea6d7a5a079c4e1667ebc955935;p=emacs.git (find-file): Fix last change. --- diff --git a/lisp/files.el b/lisp/files.el index 163c6a8ea37..6397a5ded66 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1071,8 +1071,9 @@ type M-n to pull it into the minibuffer. You can visit files on remote machines by specifying something like /ssh:SOME_REMOTE_MACHINE:FILE for the file name. You can also visit local files as a different user by specifying -/sudo::FILE for the file name. See the documentation of -`tramp-methods' and the Tramp Info manual, for more about this. +/sudo::FILE for the file name. +See the Info node `(tramp)Filename Syntax' in the Tramp Info +manual, for more about this. Interactively, or if WILDCARDS is non-nil in a call from Lisp, expand wildcards (if any) and visit multiple files. You can