From 151d90884b7d06bf842273661f3c41b086bd5c3d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 29 Dec 2012 10:23:21 +0200 Subject: Fix bug #13292 with use of @var in @def.. commands in ELisp manual. doc/lispref/functions.texi (Declare Form): doc/lispref/intro.texi (A Sample Function Description): doc/lispref/syntax.texi (Syntax Table Internals, Syntax Table Functions): doc/lispref/variables.texi (Using Lexical Binding): Don't use @var or CAPS in @def.. commands. --- doc/lispref/intro.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/lispref/intro.texi') diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi index 12463dac09c..bee43a9bc3f 100644 --- a/doc/lispref/intro.texi +++ b/doc/lispref/intro.texi @@ -408,7 +408,7 @@ stands for zero or more arguments. Parentheses are used when several arguments are grouped into additional levels of list structure. Here is an example: -@defspec count-loop (@var{var} [@var{from} @var{to} [@var{inc}]]) @var{body}@dots{} +@defspec count-loop (var [from to [inc]]) body@dots{} This imaginary special form implements a loop that executes the @var{body} forms and then increments the variable @var{var} on each iteration. On the first iteration, the variable has the value -- cgit v1.2.3