From e3ec968fc7cb5f32696c8bab9a3ab932540eae7b Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Sun, 20 Nov 2011 10:09:18 -0700 Subject: [PATCH] changing documentation to reflect changing source code -- spaces around "=" --- doc/org.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index c4666246a..0eb98b70c 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -12243,8 +12243,7 @@ Argument values can be indexed in a manner similar to arrays (see @ref{var, Indexable variable values}). The following syntax is used to pass arguments to code blocks using the -@code{:var} header argument. Note that spaces around the @code{=} sign are -not permitted. +@code{:var} header argument. @example :var name=assign -- 2.11.4.GIT