]> git.eshelyaron.com Git - emacs.git/commitdiff
(Minor Mode Conventions): (-) has no special meaning
authorRichard M. Stallman <rms@gnu.org>
Sat, 29 May 2004 15:41:06 +0000 (15:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 29 May 2004 15:41:06 +0000 (15:41 +0000)
as arg to a minor mode command.

lispref/modes.texi

index d92ea309ed764f85e2db15f0128574528c7726a9..040c229bb000c098758c6f4d7090562c2c4bb81c 100644 (file)
@@ -879,8 +879,9 @@ The command should accept one optional argument.  If the argument is
 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