]> code.delx.au - gnu-emacs/commitdiff
(find-library-name): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 21 Oct 2005 17:22:25 +0000 (17:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 21 Oct 2005 17:22:25 +0000 (17:22 +0000)
lisp/emacs-lisp/find-func.el

index dea72fc7567d5f15ae9fbf60b8f24572684c1550..0cebeeb6f7fdef9410803332a6ac0cde94098497 100644 (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)