; * lisp/help-fns.el: Remove outdated comment.
This commit is contained in:
parent
7a0628d82e
commit
57d0e3d5ae
1 changed files with 0 additions and 1 deletions
|
@ -296,7 +296,6 @@ suitable file is found, return nil."
|
|||
(substring-no-properties lib-name 0 -1)
|
||||
lib-name)
|
||||
file-name))
|
||||
;; The next three forms are from `find-source-lisp-file'.
|
||||
(src-file (locate-library file-name t nil 'readable)))
|
||||
(and src-file (file-readable-p src-file) src-file))))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue