From: Richard M. Stallman Date: Mon, 2 Sep 1996 01:05:22 +0000 (+0000) Subject: (locate-library): Doc fix. X-Git-Tag: emacs-20.1~3881 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2747503c0aa02240f4a21209a19e9cfb6a86e8cf;p=emacs.git (locate-library): Doc fix. --- diff --git a/lisp/help.el b/lisp/help.el index 70bd0175311..8e1317ed0d4 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -667,11 +667,11 @@ Argument is a command definition, usually a symbol with a function definition." nil) (defun locate-library (library &optional nosuffix) - "Show the full path name of Emacs library LIBRARY. + "Show the precise file name of Emacs library LIBRARY. This command searches the directories in `load-path' like `M-x load-library' to find the file that `M-x load-library RET LIBRARY RET' would load. Optional second arg NOSUFFIX non-nil means don't add suffixes `.elc' or `.el' -to the specified name LIBRARY (a la calling `load' instead of `load-library')." +to the specified name LIBRARY." (interactive "sLocate library: ") (catch 'answer (mapcar