emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/macros.texi,v


From: Karl Berry
Subject: [Emacs-diffs] Changes to emacs/lispref/macros.texi,v
Date: Sun, 08 Apr 2007 16:50:52 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Karl Berry <karl>       07/04/08 16:50:52

Index: macros.texi
===================================================================
RCS file: /sources/emacs/emacs/lispref/macros.texi,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- macros.texi 7 Apr 2007 02:01:36 -0000       1.24
+++ macros.texi 8 Apr 2007 16:50:52 -0000       1.25
@@ -286,7 +286,7 @@
 @end group
 @end example
 
address@hidden , @r{(with Backquote)}
address@hidden , @r{(with backquote)}
 The special marker @samp{,} inside of the argument to backquote
 indicates a value that isn't constant.  Backquote evaluates the
 argument of @samp{,} and puts the value in the list structure:
@@ -318,7 +318,7 @@
 @end group
 @end example
 
address@hidden ,@@ @r{(with Backquote)}
address@hidden ,@@ @r{(with backquote)}
 @cindex splicing (with backquote)
   You can also @dfn{splice} an evaluated value into the resulting list,
 using the special marker @samp{,@@}.  The elements of the spliced list




reply via email to

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