diff options
| -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 |