summaryrefslogtreecommitdiff
path: root/doc/lispref/macros.texi
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@gmail.com>2020-04-21 10:51:45 +0200
committerŠtěpán Němec <stepnem@gmail.com>2021-04-24 18:26:07 +0200
commit2c2dfbbbf052353d3d64109e9b7e3d9b247d1e3c (patch)
tree83770ac6ffa9d9530fc1d10a50e89140962c20be /doc/lispref/macros.texi
parentaf464e438004698865eafc1b871d4316cfcd8dad (diff)
downloademacs-2c2dfbbbf052353d3d64109e9b7e3d9b247d1e3c.tar.gz
emacs-2c2dfbbbf052353d3d64109e9b7e3d9b247d1e3c.tar.bz2
emacs-2c2dfbbbf052353d3d64109e9b7e3d9b247d1e3c.zip
; Fix some typos in doc strings and manuals
Diffstat (limited to 'doc/lispref/macros.texi')
-rw-r--r--doc/lispref/macros.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/macros.texi b/doc/lispref/macros.texi
index e56a85c7478..57b8d396e0a 100644
--- a/doc/lispref/macros.texi
+++ b/doc/lispref/macros.texi
@@ -486,7 +486,7 @@ variable with the same name as one of the macro arguments. Inside the
macro body, the macro argument binding is the most local binding of this
variable, so any references inside the form being evaluated do refer to
it. Here is an example:
-
+@c FIXME with lexical-binding t this example no longer applies
@example
@group
(defmacro foo (a)