summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-08-10 20:08:15 +0000
committerGlenn Morris <rgm@gnu.org>2008-08-10 20:08:15 +0000
commitd7abeae694213d643ceeab3034a9b2b9c28db938 (patch)
tree2983de539b56454987596401d741306b6dcb935b
parentc972b4d87ece0d7688ca119be5324e2765875968 (diff)
downloademacs-d7abeae694213d643ceeab3034a9b2b9c28db938.tar.gz
(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.
If the optional third arg PATH is specified, that list of directories
is used instead of `load-path'.
-When called from a program, the file name is normaly returned as a
+When called from a program, the file name is normally returned as a
string. When run interactively, the argument INTERACTIVE-CALL is t,
and the file name is displayed in the echo area."
(interactive (list (completing-read "Locate library: "