aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2007-09-13 08:49:47 +0000
committerEli Zaretskii2007-09-13 08:49:47 +0000
commit6f174d77330b0ea6d7a5a079c4e1667ebc955935 (patch)
tree6b1798087bc3b6a38d7f16af140cdfb0f86794c0
parent4d4efd30f783805c01fa81fe304dc7232832d092 (diff)
downloademacs-6f174d77330b0ea6d7a5a079c4e1667ebc955935.tar.gz
emacs-6f174d77330b0ea6d7a5a079c4e1667ebc955935.zip
(find-file): Fix last change.
-rw-r--r--lisp/files.el5
1 files changed, 3 insertions, 2 deletions
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.
1071You can visit files on remote machines by specifying something 1071You can visit files on remote machines by specifying something
1072like /ssh:SOME_REMOTE_MACHINE:FILE for the file name. You can 1072like /ssh:SOME_REMOTE_MACHINE:FILE for the file name. You can
1073also visit local files as a different user by specifying 1073also 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. 1075See the Info node `(tramp)Filename Syntax' in the Tramp Info
1076manual, for more about this.
1076 1077
1077Interactively, or if WILDCARDS is non-nil in a call from Lisp, 1078Interactively, or if WILDCARDS is non-nil in a call from Lisp,
1078expand wildcards (if any) and visit multiple files. You can 1079expand wildcards (if any) and visit multiple files. You can