diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index c210b711a98..91ebf2b3862 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -640,7 +640,7 @@ For example: @example (cl-defmacro dolist ((var listform &optional resultform) - &rest body) + &rest body) @dots{}) @end example