Mercurial > emacs
changeset 55831:3d0a4333d97a
(Minor Mode Conventions): (-) has no special meaning
as arg to a minor mode command.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 29 May 2004 15:41:06 +0000 |
parents | 2fe67fa04b1a |
children | cd954d951766 |
files | lispref/modes.texi |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/modes.texi Sat May 29 15:34:50 2004 +0000 +++ b/lispref/modes.texi Sat May 29 15:41:06 2004 +0000 @@ -879,8 +879,9 @@ 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. +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