emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 57d0e3d: ; * lisp/help-fns.el: Remove outdated co


From: Glenn Morris
Subject: [Emacs-diffs] emacs-25 57d0e3d: ; * lisp/help-fns.el: Remove outdated comment.
Date: Tue, 16 Feb 2016 06:25:10 +0000

branch: emacs-25
commit 57d0e3d5ae33184aa66b477d151ec32a4374c836
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    ; * lisp/help-fns.el: Remove outdated comment.
---
 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 547bc7e..6e8a108 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -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))))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]