1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-06 11:55:48 +00:00

(find-library-name): Doc fix.

This commit is contained in:
Richard M. Stallman 2005-10-21 17:22:25 +00:00
parent 4b816985c1
commit b44da9f16b

View File

@ -141,7 +141,7 @@ See the functions `find-function' and `find-variable'."
(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)