From e4e291061c7c9b433d88ecc1dede672f674ea84e Mon Sep 17 00:00:00 2001
From: Stefano Sabatini <stefasab@gmail.com>
Date: Mon, 16 Jan 2012 00:43:21 +0100
Subject: [PATCH] doc/eval.texi: add precisation about the assumption for
 "trueness" in conditional expressions

---
 doc/eval.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/eval.texi b/doc/eval.texi
index 95e9df5a80e..92fdc6d0a66 100644
--- a/doc/eval.texi
+++ b/doc/eval.texi
@@ -118,7 +118,8 @@ exp(1) (Euler's number), approximately 2.718
 golden ratio (1+sqrt(5))/2, approximately 1.618
 @end table
 
-Note that:
+Assuming that an expression is considered "true" if it has a non-zero
+value, note that:
 
 @code{*} works like AND
 
-- 
GitLab