# HG changeset patch # User Richard M. Stallman # Date 892705131 0 # Node ID 027075cb9a4907c13d5e22487d7e65f8ab90c750 # Parent 8043d47984fd563e26bac57dda9a40023f684b79 (Frequire): Doc fix. diff -r 8043d47984fd -r 027075cb9a49 src/fns.c --- 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; {