From: Richard M. Stallman Date: Fri, 21 Oct 2005 17:22:25 +0000 (+0000) Subject: (find-library-name): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~6425 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b44da9f16bbb5fb1a220a5ed76107cad061a13d3;p=emacs.git (find-library-name): Doc fix. --- diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el index dea72fc7567..0cebeeb6f7f 100644 --- a/lisp/emacs-lisp/find-func.el +++ b/lisp/emacs-lisp/find-func.el @@ -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)