emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/custom.texi


From: Reiner Steib
Subject: [Emacs-diffs] Changes to emacs/man/custom.texi
Date: Mon, 29 Nov 2004 11:10:39 -0500

Index: emacs/man/custom.texi
diff -c emacs/man/custom.texi:1.67 emacs/man/custom.texi:1.68
*** emacs/man/custom.texi:1.67  Mon Sep 20 15:37:53 2004
--- emacs/man/custom.texi       Mon Nov 29 15:58:15 2004
***************
*** 961,967 ****
    You can also specify the coding system for a file in this way: just
  specify a value for the ``variable'' named @code{coding}.  The ``value''
  must be a coding system name that Emacs recognizes.  @xref{Coding
! Systems}.
  
    The @code{eval} pseudo-variable, described below, can be specified in
  the first line as well.
--- 961,968 ----
    You can also specify the coding system for a file in this way: just
  specify a value for the ``variable'' named @code{coding}.  The ``value''
  must be a coding system name that Emacs recognizes.  @xref{Coding
! Systems}.  @address@hidden: t}} specifies unibyte loading for a
! particular Lisp file.  @xref{Enabling Multibyte}.
  
    The @code{eval} pseudo-variable, described below, can be specified in
  the first line as well.
***************
*** 1022,1035 ****
  # End:
  @end example
  
!   Two ``variable names'' have special meanings in a local variables
  list: a value for the variable @code{mode} really sets the major mode,
  and a value for the variable @code{eval} is simply evaluated as an
! expression and the value is ignored.  @code{mode} and @code{eval} are
! not real variables; setting variables named @code{mode} and @code{eval}
! in any other context has no special meaning.  @emph{If @code{mode} is
! used to set a major mode, it should be the first ``variable'' in the
! list.}  Otherwise, the entries that precede it in the list of the local
  variables are likely to be ignored, since most modes kill all local
  variables as part of their initialization.
  
--- 1023,1037 ----
  # End:
  @end example
  
!   Some ``variable names'' have special meanings in a local variables
  list: a value for the variable @code{mode} really sets the major mode,
  and a value for the variable @code{eval} is simply evaluated as an
! expression and the value is ignored.  @code{coding}, @code{unibyte},
! @code{mode} and @code{eval} are not real variables; setting variables
! named @code{coding}, @code{unibyte}, @code{mode} and @code{eval} in any
! other context has no special meaning.  @emph{If @code{mode} is used to
! set a major mode, it should be the first ``variable'' in the list.}
! Otherwise, the entries that precede it in the list of the local
  variables are likely to be ignored, since most modes kill all local
  variables as part of their initialization.
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]