* lisp/help-fns.el (help-fns--first-release): Use etc/NEWS as well
This commit is contained in:
parent
976b8464fb
commit
e7a69c9204
1 changed files with 1 additions and 1 deletions
|
@ -622,7 +622,7 @@ FILE is the file where FUNCTION was probably defined."
|
|||
;; of the *packages* in which the function is defined.
|
||||
(let* ((name (symbol-name symbol))
|
||||
(re (concat "\\_<" (regexp-quote name) "\\_>"))
|
||||
(news (directory-files data-directory t "\\`NEWS\\.[1-9]"))
|
||||
(news (directory-files data-directory t "\\`NEWS\\($\\|\\.\\)"))
|
||||
(place nil)
|
||||
(first nil))
|
||||
(with-temp-buffer
|
||||
|
|
Loading…
Add table
Reference in a new issue