* lisp/info.el (Info-find-file): Improve error message for missing
Info manual. (Bug#46236)
Fix suggested by Eli Zaretskii <eliz@gnu.org>.
(when (and (not no-pop-to-dir)
(not Info-current-file))
(Info-directory))
- (user-error "Info file %s does not exist" filename)))
+ (user-error "Info file `%s' does not exist; consider installing it"
+ filename)))
filename))))
(defun Info-find-node (filename nodename &optional no-going-back strict-case)