Mercurial > emacs
changeset 16063:b4427bbd451e
(locate-library): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 02 Sep 1996 01:05:22 +0000 |
parents | 2a9b6a25cb9e |
children | a9d32637ee38 |
files | lisp/help.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help.el Mon Sep 02 00:19:02 1996 +0000 +++ b/lisp/help.el Mon Sep 02 01:05:22 1996 +0000 @@ -667,11 +667,11 @@ 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