projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1d0f03
)
; * doc/lispref/control.texi (Conditionals): Fix typo.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 28 Sep 2022 13:59:51 +0000
(16:59 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 28 Sep 2022 13:59:51 +0000
(16:59 +0300)
doc/lispref/control.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/control.texi
b/doc/lispref/control.texi
index e0c5ddf2cb80af705279abe666f2652673bf85f7..9035e7f6bbc06d84e60ca80069bc690c1e42a4f3 100644
(file)
--- a/
doc/lispref/control.texi
+++ b/
doc/lispref/control.texi
@@
-294,7
+294,7
@@
For example:
@end group
@end example
-I
f
can be convenient to bind variables in conjunction with using a
+I
t
can be convenient to bind variables in conjunction with using a
conditional. It's often the case that you compute a value, and then
want to do something with that value if it's non-@code{nil}. The
straightforward way to do that is to just write, for instance: