emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 0b1dfb5: Remove spurious @example from the elisp manual


From: Lars Ingebrigtsen
Subject: master 0b1dfb5: Remove spurious @example from the elisp manual
Date: Mon, 31 May 2021 04:56:01 -0400 (EDT)

branch: master
commit 0b1dfb5de601c945e88e98c8fc40611d015a8b77
Author: Colin Woodbury <colin@fosskers.ca>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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
---
 doc/lispref/macros.texi | 2 --
 1 file changed, 2 deletions(-)

diff --git a/doc/lispref/macros.texi b/doc/lispref/macros.texi
index b8df363..cf23ecb 100644
--- a/doc/lispref/macros.texi
+++ b/doc/lispref/macros.texi
@@ -241,7 +241,6 @@ 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)
   `(if (eq ,variable t)
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]