# HG changeset patch # User Richard M. Stallman # Date 1085845266 0 # Node ID 3d0a4333d97a2071765eb9a5ecac67b0e015485a # Parent 2fe67fa04b1afc4069897184232ce909ad398948 (Minor Mode Conventions): (-) has no special meaning as arg to a minor mode command. diff -r 2fe67fa04b1a -r 3d0a4333d97a lispref/modes.texi --- 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