mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
; Fix indentation in cl.texi example
This commit is contained in:
parent
7ff806da49
commit
fa42626a6a
1 changed files with 1 additions and 1 deletions
|
|
@ -640,7 +640,7 @@ For example:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
(cl-defmacro dolist ((var listform &optional resultform)
|
(cl-defmacro dolist ((var listform &optional resultform)
|
||||||
&rest body)
|
&rest body)
|
||||||
@dots{})
|
@dots{})
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue