[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/modes.texi [lexbind]
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/modes.texi [lexbind] |
Date: |
Tue, 06 Jul 2004 06:01:06 -0400 |
Index: emacs/lispref/modes.texi
diff -c emacs/lispref/modes.texi:1.49.2.7 emacs/lispref/modes.texi:1.49.2.8
*** emacs/lispref/modes.texi:1.49.2.7 Tue Jul 6 09:23:49 2004
--- emacs/lispref/modes.texi Tue Jul 6 09:31:53 2004
***************
*** 879,886 ****
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
--- 879,887 ----
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 a
! negative integer or zero. 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
- [Emacs-diffs] Changes to emacs/lispref/modes.texi [lexbind],
Miles Bader <=