# HG changeset patch # User Eli Zaretskii # Date 1189673387 0 # Node ID 279dcb8bebb0eb64576755cbb1bef3fb1f243f43 # Parent 1acc50d9c9f44eb830b0af9f284dc6fa9a7700cc (find-file): Fix last change. diff -r 1acc50d9c9f4 -r 279dcb8bebb0 lisp/files.el --- a/lisp/files.el Thu Sep 13 08:30:45 2007 +0000 +++ b/lisp/files.el Thu Sep 13 08:49:47 2007 +0000 @@ -1071,8 +1071,9 @@ 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