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:
parent
4b816985c1
commit
b44da9f16b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user