]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix indentation in cl.texi example
authorStefan Kangas <stefankangas@gmail.com>
Wed, 26 Feb 2025 17:31:48 +0000 (18:31 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 4 Mar 2025 20:50:44 +0000 (21:50 +0100)
(cherry picked from commit fa42626a6a8d60c9ab313f39b64c12be32054442)

doc/misc/cl.texi

index df67478a5aac7d71c63f5be00d6f791eeac86f00..12a6c45b78c833c12ba304c47c3de57083ec5f83 100644 (file)
@@ -611,7 +611,7 @@ For example:
 
 @example
 (cl-defmacro dolist ((var listform &optional resultform)
-                   &rest body)
+                     &rest body)
   @dots{})
 @end example