From: Stefan Kangas Date: Wed, 26 Feb 2025 17:31:48 +0000 (+0100) Subject: ; Fix indentation in cl.texi example X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a85bfaef990fe2e7a92d8824161c62bc2c134e63;p=emacs.git ; Fix indentation in cl.texi example (cherry picked from commit fa42626a6a8d60c9ab313f39b64c12be32054442) --- diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index df67478a5aa..12a6c45b78c 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -611,7 +611,7 @@ For example: @example (cl-defmacro dolist ((var listform &optional resultform) - &rest body) + &rest body) @dots{}) @end example