# HG changeset patch # User Richard M. Stallman # Date 1129915345 0 # Node ID 22d687da5d5d25c65db54974b428653f7fa94d30 # Parent 194343998a00efb74244d7f8f37ef37ede16db1f (find-library-name): Doc fix. diff -r 194343998a00 -r 22d687da5d5d lisp/emacs-lisp/find-func.el --- a/lisp/emacs-lisp/find-func.el Fri Oct 21 17:20:45 2005 +0000 +++ b/lisp/emacs-lisp/find-func.el Fri Oct 21 17:22:25 2005 +0000 @@ -141,7 +141,7 @@ (unless (string-match "elc" suffix) (push suffix suffixes))))) (defun find-library-name (library) - "Return the full name of the elisp source of LIBRARY." + "Return the absolute file name of the Lisp source of LIBRARY." ;; If the library is byte-compiled, try to find a source library by ;; the same name. (if (string-match "\\.el\\(c\\(\\..*\\)?\\)\\'" library)