Mercurial > hg > xemacs-beta
comparison man/lispref/loading.texi @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 05472e90ae02 |
children | c7528f8e288d |
comparison
equal
deleted
inserted
replaced
69:804d1389bcd6 | 70:131b0175ea99 |
---|---|
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{DOC} file | 349 refers to the documentation string in the @file{emacs/etc/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{DOC} file. @xref{Building XEmacs}. | 418 documentation string in the @file{etc/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 |