diff man/lispref/modes.texi @ 367:a4f53d9b3154 r21-1-13

Import from CVS: tag r21-1-13
author cvs
date Mon, 13 Aug 2007 11:01:07 +0200
parents 341dac730539
children cc15677e0335
line wrap: on
line diff
--- a/man/lispref/modes.texi	Mon Aug 13 11:00:13 2007 +0200
+++ b/man/lispref/modes.texi	Mon Aug 13 11:01:07 2007 +0200
@@ -502,8 +502,9 @@
 If you run @code{normal-mode} interactively, the argument
 @var{find-file} is normally @code{nil}.  In this case,
 @code{normal-mode} unconditionally processes any local variables list.
-@xref{File variables, , Local Variables in Files, emacs, The XEmacs
-Reference Manual}, for the syntax of the local variables section of a file.
+@xref{File variables, , Local Variables in Files, xemacs, The XEmacs
+Lisp Reference Manual}, for the syntax of the local variables section of
+a file.
 
 @cindex file mode specification error
 @code{normal-mode} uses @code{condition-case} around the call to the
@@ -542,7 +543,7 @@
 value of a local variable.  However, this function does not look for
 the @samp{mode:} local variable near the end of a file; the
 @code{hack-local-variables} function does that.  @xref{Choosing Modes, ,
-How Major Modes are Chosen, emacs, The XEmacs Reference Manual}.
+How Major Modes are Chosen, xemacs, The XEmacs Lisp Reference Manual}.
 @end defun
 
 @defopt default-major-mode