diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/cl.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index 1e5d40b0377..04e2c71a2b9 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi | |||
| @@ -5030,7 +5030,7 @@ The above @code{incf} example could be written using | |||
| 5030 | @ignore | 5030 | @ignore |
| 5031 | (defmacro concatf (place &rest args) | 5031 | (defmacro concatf (place &rest args) |
| 5032 | (gv-letplace (getter setter) place | 5032 | (gv-letplace (getter setter) place |
| 5033 | (macroexp-let2 nil v (mapconcat 'identity args "") | 5033 | (macroexp-let2 nil v (mapconcat 'identity args) |
| 5034 | (funcall setter `(concat ,getter ,v))))) | 5034 | (funcall setter `(concat ,getter ,v))))) |
| 5035 | @end ignore | 5035 | @end ignore |
| 5036 | @end defmac | 5036 | @end defmac |