X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=man%2Flispref%2Fmodes.texi;h=ad3b31feafa1957e1449ca8174eeb30913e8b893;hb=70ec853d89044f7340df09e7c7d2dec9f50f18a8;hp=5db964819bdf18be7eb403cb708c8861f3fd805f;hpb=1d9bc86590766427e2431876a50d78206a99edd5;p=chise%2Fxemacs-chise.git- diff --git a/man/lispref/modes.texi b/man/lispref/modes.texi index 5db9648..ad3b31f 100644 --- a/man/lispref/modes.texi +++ b/man/lispref/modes.texi @@ -502,7 +502,7 @@ list at the end of the file and in the @samp{-*-} line. The variable 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 +@xref{File variables, , Local Variables in Files, xemacs, The XEmacs Reference Manual}, for the syntax of the local variables section of a file. @cindex file mode specification error @@ -542,7 +542,7 @@ line, on the visited file name (using @code{auto-mode-alist}), or on the 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