diff options
| -rw-r--r-- | lisp/files.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/files.el b/lisp/files.el index 8f96542a784..ee0e0c37f85 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -652,8 +652,7 @@ Switch to a buffer visiting file FILENAME, | |||
| 652 | creating one if none already exists. | 652 | creating one if none already exists. |
| 653 | Interactively, or if WILDCARDS is non-nil in a call from Lisp, | 653 | Interactively, or if WILDCARDS is non-nil in a call from Lisp, |
| 654 | expand wildcards (if any) and visit multiple files. Wildcard expansion | 654 | expand wildcards (if any) and visit multiple files. Wildcard expansion |
| 655 | can be suppressed by setting `find-file-wildcards'. Such expansion is | 655 | can be suppressed by setting `find-file-wildcards'." |
| 656 | not implemented for remote files." | ||
| 657 | (interactive "FFind file: \np") | 656 | (interactive "FFind file: \np") |
| 658 | (let ((value (find-file-noselect filename nil nil wildcards))) | 657 | (let ((value (find-file-noselect filename nil nil wildcards))) |
| 659 | (if (listp value) | 658 | (if (listp value) |