Mercurial > emacs
changeset 25404:ed47f0127bc3
(find-file): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 26 Aug 1999 17:54:28 +0000 |
parents | 5a3db5249db9 |
children | 456e2e2bc4d3 |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Wed Aug 25 21:12:40 1999 +0000 +++ b/lisp/files.el Thu Aug 26 17:54:28 1999 +0000 @@ -652,8 +652,7 @@ creating one if none already exists. Interactively, or if WILDCARDS is non-nil in a call from Lisp, expand wildcards (if any) and visit multiple files. Wildcard expansion -can be suppressed by setting `find-file-wildcards'. Such expansion is -not implemented for remote files." +can be suppressed by setting `find-file-wildcards'." (interactive "FFind file: \np") (let ((value (find-file-noselect filename nil nil wildcards))) (if (listp value)