Fix indentation in docstring

This commit is contained in:
Marcus Kammer 2023-09-09 15:28:44 +02:00
parent 9183e40327
commit 47aff6b6ff
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -88,7 +88,8 @@ Example:
,@body))))
(defmacro define-btn (color &optional (outline nil) (size nil))
"This macro defines a new macro for creating a Bootstrap button of a specific type, size, and outline style.
"This macro defines a new macro for creating a Bootstrap button of a specific
type, size, and outline style.
COLOR: The color of the button (like 'primary', 'secondary', 'success', etc.).