emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/emacs-lisp find-func.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp/emacs-lisp find-func.el
Date: Wed, 11 Feb 2009 02:25:06 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/02/11 02:25:06

Modified files:
        lisp/emacs-lisp: find-func.el 

Log message:
        (find-library-name, find-library): Doc fixes.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/emacs-lisp/find-func.el?cvsroot=emacs&r1=1.93&r2=1.94

Patches:
Index: find-func.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/find-func.el,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -b -r1.93 -r1.94
--- find-func.el        5 Jan 2009 03:21:00 -0000       1.93
+++ find-func.el        11 Feb 2009 02:25:06 -0000      1.94
@@ -143,7 +143,8 @@
       (unless (string-match "elc" suffix) (push suffix suffixes)))))
 
 (defun find-library-name (library)
-  "Return the absolute file name of the Lisp source of LIBRARY."
+  "Return the absolute file name of the Emacs Lisp source of LIBRARY.
+LIBRARY should be a string (the name of the library)."
   ;; If the library is byte-compiled, try to find a source library by
   ;; the same name.
   (if (string-match "\\.el\\(c\\(\\..*\\)?\\)\\'" library)
@@ -207,7 +208,8 @@
 
 ;;;###autoload
 (defun find-library (library)
-  "Find the elisp source of LIBRARY."
+  "Find the Emacs Lisp source of LIBRARY.
+LIBRARY should be a string (the name of the library)."
   (interactive
    (let* ((dirs (or find-function-source-path load-path))
           (suffixes (find-library-suffixes))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]