diff options
| author | Glenn Morris | 2016-02-15 22:25:01 -0800 |
|---|---|---|
| committer | Glenn Morris | 2016-02-15 22:25:01 -0800 |
| commit | 57d0e3d5ae33184aa66b477d151ec32a4374c836 (patch) | |
| tree | d49c027c28828aa4228cb17cc61ec898008882c2 | |
| parent | 7a0628d82eceb37ce3800a265cfc310945985fbd (diff) | |
| download | emacs-57d0e3d5ae33184aa66b477d151ec32a4374c836.tar.gz emacs-57d0e3d5ae33184aa66b477d151ec32a4374c836.zip | |
; * lisp/help-fns.el: Remove outdated comment.
| -rw-r--r-- | lisp/help-fns.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 547bc7ee63a..6e8a108b506 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el | |||
| @@ -296,7 +296,6 @@ suitable file is found, return nil." | |||
| 296 | (substring-no-properties lib-name 0 -1) | 296 | (substring-no-properties lib-name 0 -1) |
| 297 | lib-name) | 297 | lib-name) |
| 298 | file-name)) | 298 | file-name)) |
| 299 | ;; The next three forms are from `find-source-lisp-file'. | ||
| 300 | (src-file (locate-library file-name t nil 'readable))) | 299 | (src-file (locate-library file-name t nil 'readable))) |
| 301 | (and src-file (file-readable-p src-file) src-file)))))) | 300 | (and src-file (file-readable-p src-file) src-file)))))) |
| 302 | 301 | ||