aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-08-10 20:08:15 +0000
committerGlenn Morris2008-08-10 20:08:15 +0000
commitd7abeae694213d643ceeab3034a9b2b9c28db938 (patch)
tree2983de539b56454987596401d741306b6dcb935b
parentc972b4d87ece0d7688ca119be5324e2765875968 (diff)
downloademacs-d7abeae694213d643ceeab3034a9b2b9c28db938.tar.gz
emacs-d7abeae694213d643ceeab3034a9b2b9c28db938.zip
(locate-library): Doc fix (sync from trunk 2008-06-10).
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 2f9cdd769e0..3737df9953d 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1401,7 +1401,7 @@ to the specified name LIBRARY.
1401If the optional third arg PATH is specified, that list of directories 1401If the optional third arg PATH is specified, that list of directories
1402is used instead of `load-path'. 1402is used instead of `load-path'.
1403 1403
1404When called from a program, the file name is normaly returned as a 1404When called from a program, the file name is normally returned as a
1405string. When run interactively, the argument INTERACTIVE-CALL is t, 1405string. When run interactively, the argument INTERACTIVE-CALL is t,
1406and the file name is displayed in the echo area." 1406and the file name is displayed in the echo area."
1407 (interactive (list (completing-read "Locate library: " 1407 (interactive (list (completing-read "Locate library: "