diff options
| author | Eli Zaretskii | 2007-09-13 08:49:47 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-09-13 08:49:47 +0000 |
| commit | 6f174d77330b0ea6d7a5a079c4e1667ebc955935 (patch) | |
| tree | 6b1798087bc3b6a38d7f16af140cdfb0f86794c0 | |
| parent | 4d4efd30f783805c01fa81fe304dc7232832d092 (diff) | |
| download | emacs-6f174d77330b0ea6d7a5a079c4e1667ebc955935.tar.gz emacs-6f174d77330b0ea6d7a5a079c4e1667ebc955935.zip | |
(find-file): Fix last change.
| -rw-r--r-- | lisp/files.el | 5 |
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. | |||
| 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 |