From a85bfaef990fe2e7a92d8824161c62bc2c134e63 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 26 Feb 2025 18:31:48 +0100 Subject: [PATCH] ; Fix indentation in cl.texi example (cherry picked from commit fa42626a6a8d60c9ab313f39b64c12be32054442) --- doc/misc/cl.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5