From: Colin Woodbury Date: Mon, 31 May 2021 08:55:37 +0000 (+0200) Subject: Remove spurious @example from the elisp manual X-Git-Tag: emacs-28.0.90~2248 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b1dfb5de601c945e88e98c8fc40611d015a8b77;p=emacs.git Remove spurious @example from the elisp manual * doc/lispref/macros.texi (Defining Macros): Remove spurious extra pair of @example/@end example. Copyright-paperwork-exempt: yes --- diff --git a/doc/lispref/macros.texi b/doc/lispref/macros.texi index b8df363614d..cf23ecb9d4e 100644 --- a/doc/lispref/macros.texi +++ b/doc/lispref/macros.texi @@ -240,7 +240,6 @@ they cannot be called interactively. of constants and nonconstant parts. To make this easier, use the @samp{`} syntax (@pxref{Backquote}). For example: -@example @example @group (defmacro t-becomes-nil (variable) @@ -253,7 +252,6 @@ of constants and nonconstant parts. To make this easier, use the @equiv{} (if (eq foo t) (setq foo nil)) @end group @end example -@end example @node Problems with Macros @section Common Problems Using Macros