aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: "