Mercurial > emacs
changeset 66288:22d687da5d5d
(find-library-name): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 21 Oct 2005 17:22:25 +0000 |
parents | 194343998a00 |
children | 53d622f10d15 |
files | lisp/emacs-lisp/find-func.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)