Mercurial > emacs
changeset 21577:027075cb9a49
(Frequire): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 16 Apr 1998 05:38:51 +0000 |
parents | 8043d47984fd |
children | 6175866e1b71 |
files | src/fns.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fns.c Wed Apr 15 23:49:52 1998 +0000 +++ b/src/fns.c Thu Apr 16 05:38:51 1998 +0000 @@ -2443,7 +2443,8 @@ "If feature FEATURE is not loaded, load it from FILENAME.\n\ If FEATURE is not a member of the list `features', then the feature\n\ is not loaded; so load the file FILENAME.\n\ -If FILENAME is omitted, the printname of FEATURE is used as the file name.") +If FILENAME is omitted, the printname of FEATURE is used as the file name,\n\ +but in this case `load' insists on adding the suffix `.el' or `.elc'.") (feature, file_name) Lisp_Object feature, file_name; {