emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 5d1b158: Tiny markup fix in Elisp manual


From: Martin Rudalics
Subject: [Emacs-diffs] emacs-26 5d1b158: Tiny markup fix in Elisp manual
Date: Tue, 11 Dec 2018 03:17:06 -0500 (EST)

branch: emacs-26
commit 5d1b158feb693847015326b3eae6605c9794b47d
Author: Martin Rudalics <address@hidden>
Commit: Martin Rudalics <address@hidden>

    Tiny markup fix in Elisp manual
    
    * doc/lispref/lists.texi (Building Lists): Use '@var' instead
    of '@code' for argument.
---
 doc/lispref/lists.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/lists.texi b/doc/lispref/lists.texi
index ce62793..fdcfe33 100644
--- a/doc/lispref/lists.texi
+++ b/doc/lispref/lists.texi
@@ -640,7 +640,7 @@ resulting list.  Instead, the sequence becomes the final 
@sc{cdr}, like
 any other non-list final argument.
 
 @defun copy-tree tree &optional vecp
-This function returns a copy of the tree @code{tree}.  If @var{tree} is a
+This function returns a copy of the tree @var{tree}.  If @var{tree} is a
 cons cell, this makes a new cons cell with the same @sc{car} and
 @sc{cdr}, then recursively copies the @sc{car} and @sc{cdr} in the
 same way.



reply via email to

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