emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 4e11ad3: Correct a use of "which" in intro.texi


From: John Wiegley
Subject: [Emacs-diffs] emacs-25 4e11ad3: Correct a use of "which" in intro.texi
Date: Sat, 23 Jan 2016 19:55:48 +0000

branch: emacs-25
commit 4e11ad37300504c63850bf540b84d7076c1b12ca
Author: John Wiegley <address@hidden>
Commit: John Wiegley <address@hidden>

    Correct a use of "which" in intro.texi
---
 doc/lispref/intro.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi
index 9d4a720..0f42d4d 100644
--- a/doc/lispref/intro.texi
+++ b/doc/lispref/intro.texi
@@ -191,7 +191,7 @@ in Lisp programs also.
   In contexts where a truth value is expected, any address@hidden value
 is considered to be @var{true}.  However, @code{t} is the preferred way
 to represent the truth value @var{true}.  When you need to choose a
-value which represents @var{true}, and there is no other basis for
+value that represents @var{true}, and there is no other basis for
 choosing, use @code{t}.  The symbol @code{t} always has the value
 @code{t}.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]