From 4d3867280ea96cd6252ea3f8e21d038a298f8d7e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 29 May 2004 15:41:06 +0000 Subject: [PATCH] (Minor Mode Conventions): (-) has no special meaning as arg to a minor mode command. --- lispref/modes.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lispref/modes.texi b/lispref/modes.texi index d92ea309ed7..040c229bb00 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi @@ -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 -- 2.39.5