emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/modes.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/modes.texi
Date: Mon, 07 Jul 2003 16:49:02 -0400

Index: emacs/lispref/modes.texi
diff -c emacs/lispref/modes.texi:1.55 emacs/lispref/modes.texi:1.56
*** emacs/lispref/modes.texi:1.55       Mon Jun 30 06:41:29 2003
--- emacs/lispref/modes.texi    Mon Jul  7 16:49:02 2003
***************
*** 864,874 ****
  Its job is to enable and disable the mode by setting the variable.
  
  The command should accept one optional argument.  If the argument is
! @code{nil}, it should toggle the mode (turn it on if it is off, and off
! if it is on).  Otherwise, it should turn the mode on if the argument is
! a positive integer, a symbol other than @code{nil} or @code{-}, or a
! list whose @sc{car} is such an integer or symbol; it should turn the
! mode off otherwise.
  
  Here is an example taken from the definition of @code{transient-mark-mode}.
  It shows the use of @code{transient-mark-mode} as a variable that enables or
--- 864,875 ----
  Its job is to enable and disable the mode by setting the variable.
  
  The command should accept one optional argument.  If the argument is
! @code{nil}, it should toggle the mode (turn it on if it is off, and
! off if it is on).  It should turn the mode on if the argument is a
! positive integer, the symbol @code{t}, or a list whose @sc{car} is one
! of those.  It should turn the mode off if the argument is a negative
! integer or zero, the symbol @code{-}, or a list whose @sc{car} is one
! of those.  The meaning of other arguments is not specified.
  
  Here is an example taken from the definition of @code{transient-mark-mode}.
  It shows the use of @code{transient-mark-mode} as a variable that enables or




reply via email to

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