Mercurial > emacs
comparison lisp/subr.el @ 95757:5be5ad6047d1
(locate-library): Doc fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 10 Jun 2008 03:10:06 +0000 |
parents | 52e3cee99f90 |
children | c9b3cb8a81ec |
comparison
equal
deleted
inserted
replaced
95756:0e0cbd4434d6 | 95757:5be5ad6047d1 |
---|---|
1492 to the specified name LIBRARY. | 1492 to the specified name LIBRARY. |
1493 | 1493 |
1494 If the optional third arg PATH is specified, that list of directories | 1494 If the optional third arg PATH is specified, that list of directories |
1495 is used instead of `load-path'. | 1495 is used instead of `load-path'. |
1496 | 1496 |
1497 When called from a program, the file name is normaly returned as a | 1497 When called from a program, the file name is normally returned as a |
1498 string. When run interactively, the argument INTERACTIVE-CALL is t, | 1498 string. When run interactively, the argument INTERACTIVE-CALL is t, |
1499 and the file name is displayed in the echo area." | 1499 and the file name is displayed in the echo area." |
1500 (interactive (list (completing-read "Locate library: " | 1500 (interactive (list (completing-read "Locate library: " |
1501 (apply-partially | 1501 (apply-partially |
1502 'locate-file-completion-table | 1502 'locate-file-completion-table |