comparison src/fns.c @ 34722:5f7e2f440020

(Frequire): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 19 Dec 2000 17:59:28 +0000
parents a94a01759d0b
children d033c08f2ac6
comparison
equal deleted inserted replaced
34721:4a8980d062ad 34722:5f7e2f440020
3051 is not loaded; so load the file FILENAME.\n\ 3051 is not loaded; so load the file FILENAME.\n\
3052 If FILENAME is omitted, the printname of FEATURE is used as the file name,\n\ 3052 If FILENAME is omitted, the printname of FEATURE is used as the file name,\n\
3053 but in this case `load' insists on adding the suffix `.el' or `.elc'.\n\ 3053 but in this case `load' insists on adding the suffix `.el' or `.elc'.\n\
3054 If the optional third argument NOERROR is non-nil,\n\ 3054 If the optional third argument NOERROR is non-nil,\n\
3055 then return nil if the file is not found.\n\ 3055 then return nil if the file is not found.\n\
3056 Normally the return value is FEATURE.") 3056 Normally the return value is FEATURE.\n\
3057 This normal messages at start and end of loading FILENAME are suppressed.")
3057 (feature, file_name, noerror) 3058 (feature, file_name, noerror)
3058 Lisp_Object feature, file_name, noerror; 3059 Lisp_Object feature, file_name, noerror;
3059 { 3060 {
3060 register Lisp_Object tem; 3061 register Lisp_Object tem;
3061 CHECK_SYMBOL (feature, 0); 3062 CHECK_SYMBOL (feature, 0);