diff man/lispref/loading.texi @ 78:c7528f8e288d r20-0b34

Import from CVS: tag r20-0b34
author cvs
date Mon, 13 Aug 2007 09:05:42 +0200
parents 131b0175ea99
children 7df0dd720c89
line wrap: on
line diff
--- a/man/lispref/loading.texi	Mon Aug 13 09:05:11 2007 +0200
+++ b/man/lispref/loading.texi	Mon Aug 13 09:05:42 2007 +0200
@@ -346,7 +346,7 @@
 
 @noindent
 In this case, @code{"prolog"} is the name of the file to load, 169681
-refers to the documentation string in the @file{emacs/etc/DOC} file
+refers to the documentation string in the @file{DOC} file
 (@pxref{Documentation Basics}), @code{t} means the function is
 interactive, and @code{nil} that it is not a macro or a keymap.
 @end defun
@@ -415,7 +415,7 @@
 The backslash and newline immediately following the double-quote are a
 convention used only in the preloaded Lisp files such as
 @file{loaddefs.el}; they tell @code{make-docfile} to put the
-documentation string in the @file{etc/DOC} file.  @xref{Building XEmacs}.
+documentation string in the @file{DOC} file.  @xref{Building XEmacs}.
 
 @node Repeated Loading
 @section Repeated Loading