emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 7cc0f68: * doc/lispref/sequences.texi (Sequence Fun


From: Paul Eggert
Subject: [Emacs-diffs] master 7cc0f68: * doc/lispref/sequences.texi (Sequence Functions): Fix quoting.
Date: Wed, 06 May 2015 17:56:45 +0000

branch: master
commit 7cc0f68b3801945d510f78f75ad3ee4df5a995b9
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * doc/lispref/sequences.texi (Sequence Functions): Fix quoting.
---
 doc/lispref/sequences.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi
index 1166ef8..9bce155 100644
--- a/doc/lispref/sequences.texi
+++ b/doc/lispref/sequences.texi
@@ -804,7 +804,7 @@ vector or string (@pxref{Iteration} for more information 
about the
 @var{arguments} can itself include sequences allowing for nested
 destructuring.
 
-The @var{arguments} sequence can also include the `&rest' marker
+The @var{arguments} sequence can also include the @code{&rest} marker
 followed by a variable name to be bound to the rest of
 @code{sequence}.
 



reply via email to

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