comparison lisp/files.el @ 78777:279dcb8bebb0

(find-file): Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 13 Sep 2007 08:49:47 +0000
parents 341710df3f8a
children 82b0e30f9888
comparison
equal deleted inserted replaced
78776:1acc50d9c9f4 78777:279dcb8bebb0
1069 type M-n to pull it into the minibuffer. 1069 type M-n to pull it into the minibuffer.
1070 1070
1071 You can visit files on remote machines by specifying something 1071 You can visit files on remote machines by specifying something
1072 like /ssh:SOME_REMOTE_MACHINE:FILE for the file name. You can 1072 like /ssh:SOME_REMOTE_MACHINE:FILE for the file name. You can
1073 also visit local files as a different user by specifying 1073 also visit local files as a different user by specifying
1074 /sudo::FILE for the file name. See the documentation of 1074 /sudo::FILE for the file name.
1075 `tramp-methods' and the Tramp Info manual, for more about this. 1075 See the Info node `(tramp)Filename Syntax' in the Tramp Info
1076 manual, for more about this.
1076 1077
1077 Interactively, or if WILDCARDS is non-nil in a call from Lisp, 1078 Interactively, or if WILDCARDS is non-nil in a call from Lisp,
1078 expand wildcards (if any) and visit multiple files. You can 1079 expand wildcards (if any) and visit multiple files. You can
1079 suppress wildcard expansion by setting `find-file-wildcards' to nil. 1080 suppress wildcard expansion by setting `find-file-wildcards' to nil.
1080 1081