mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-21 04:17:35 +00:00
Fix a comment.
This commit is contained in:
parent
f83caf703c
commit
e0d8fc91ce
1 changed files with 1 additions and 1 deletions
|
|
@ -1607,7 +1607,7 @@ Do you want to revisit the file normally now? ")
|
|||
(kill-buffer buf)
|
||||
(signal 'file-error (list "File is not readable"
|
||||
filename)))
|
||||
;; Run find-file-not-found-hooks until one returns non-nil.
|
||||
;; Run find-file-not-found-functions until one returns non-nil.
|
||||
(or (run-hook-with-args-until-success 'find-file-not-found-functions)
|
||||
;; If they fail too, set error.
|
||||
(setq error t)))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue