comparison man/lispref/loading.texi @ 54:05472e90ae02 r19-16-pre2

Import from CVS: tag r19-16-pre2
author cvs
date Mon, 13 Aug 2007 08:57:55 +0200
parents 376386a54a3c
children 131b0175ea99
comparison
equal deleted inserted replaced
53:875393c1a535 54:05472e90ae02
344 @end group 344 @end group
345 @end example 345 @end example
346 346
347 @noindent 347 @noindent
348 In this case, @code{"prolog"} is the name of the file to load, 169681 348 In this case, @code{"prolog"} is the name of the file to load, 169681
349 refers to the documentation string in the @file{emacs/etc/DOC} file 349 refers to the documentation string in the @file{DOC} file
350 (@pxref{Documentation Basics}), @code{t} means the function is 350 (@pxref{Documentation Basics}), @code{t} means the function is
351 interactive, and @code{nil} that it is not a macro or a keymap. 351 interactive, and @code{nil} that it is not a macro or a keymap.
352 @end defun 352 @end defun
353 353
354 @cindex autoload errors 354 @cindex autoload errors
413 413
414 @noindent 414 @noindent
415 The backslash and newline immediately following the double-quote are a 415 The backslash and newline immediately following the double-quote are a
416 convention used only in the preloaded Lisp files such as 416 convention used only in the preloaded Lisp files such as
417 @file{loaddefs.el}; they tell @code{make-docfile} to put the 417 @file{loaddefs.el}; they tell @code{make-docfile} to put the
418 documentation string in the @file{etc/DOC} file. @xref{Building XEmacs}. 418 documentation string in the @file{DOC} file. @xref{Building XEmacs}.
419 419
420 @node Repeated Loading 420 @node Repeated Loading
421 @section Repeated Loading 421 @section Repeated Loading
422 @cindex repeated loading 422 @cindex repeated loading
423 423