diff options
| -rw-r--r-- | lisp/subr.el | 2 |
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. | |||
| 1401 | If the optional third arg PATH is specified, that list of directories | 1401 | If the optional third arg PATH is specified, that list of directories |
| 1402 | is used instead of `load-path'. | 1402 | is used instead of `load-path'. |
| 1403 | 1403 | ||
| 1404 | When called from a program, the file name is normaly returned as a | 1404 | When called from a program, the file name is normally returned as a |
| 1405 | string. When run interactively, the argument INTERACTIVE-CALL is t, | 1405 | string. When run interactively, the argument INTERACTIVE-CALL is t, |
| 1406 | and the file name is displayed in the echo area." | 1406 | and the file name is displayed in the echo area." |
| 1407 | (interactive (list (completing-read "Locate library: " | 1407 | (interactive (list (completing-read "Locate library: " |