# HG changeset patch # User Richard M. Stallman # Date 1139358508 0 # Node ID ca7b5630bffabed81cd8d453b5006fb47d39f13e # Parent c0833efdd1107764610d327b37632cff1276d26c (Prefix Command Arguments): Minor cleanup. diff -r c0833efdd110 -r ca7b5630bffa lispref/commands.texi --- a/lispref/commands.texi Wed Feb 08 00:27:57 2006 +0000 +++ b/lispref/commands.texi Wed Feb 08 00:28:28 2006 +0000 @@ -2780,7 +2780,7 @@ commands. Normally, commands specify which representation to use for the prefix -argument, either numeric or raw, in the @code{interactive} declaration. +argument, either numeric or raw, in the @code{interactive} specification. (@xref{Using Interactive}.) Alternatively, functions may look at the value of the prefix argument directly in the variable @code{current-prefix-arg}, but this is less clean.