aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorGlenn Morris2018-12-15 15:19:25 -0800
committerGlenn Morris2018-12-15 15:19:25 -0800
commit2e2fb82e5f187614bd6997a3ace72d07bba4f1ab (patch)
treef54dc1ac78b7fd10e23e37ddee2337a83463b3e0 /doc/lispref
parent498b6cb0bf882367fe73f5efee5154348c209aea (diff)
parentfa953b58afd39d396dab4d76a6ff0b8ba4040eb8 (diff)
downloademacs-2e2fb82e5f187614bd6997a3ace72d07bba4f1ab.tar.gz
emacs-2e2fb82e5f187614bd6997a3ace72d07bba4f1ab.zip
Merge from origin/emacs-26
fa953b5 (origin/emacs-26) Fix an epg test for recent GnuPG versions (... 3015636 Document font structure layout constraints f14d574 Document font structure layout constraints f519aa1 Fix display of line numbers in empty lines beyond EOB 24b5026 Fix redisplay when a window's scroll bar or fringes are changed 5d1b158 Tiny markup fix in Elisp manual
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/lists.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/lists.texi b/doc/lispref/lists.texi
index 1548dd49b2f..69f93009520 100644
--- a/doc/lispref/lists.texi
+++ b/doc/lispref/lists.texi
@@ -656,7 +656,7 @@ resulting list. Instead, the sequence becomes the final @sc{cdr}, like
656any other non-list final argument. 656any other non-list final argument.
657 657
658@defun copy-tree tree &optional vecp 658@defun copy-tree tree &optional vecp
659This function returns a copy of the tree @code{tree}. If @var{tree} is a 659This function returns a copy of the tree @var{tree}. If @var{tree} is a
660cons cell, this makes a new cons cell with the same @sc{car} and 660cons cell, this makes a new cons cell with the same @sc{car} and
661@sc{cdr}, then recursively copies the @sc{car} and @sc{cdr} in the 661@sc{cdr}, then recursively copies the @sc{car} and @sc{cdr} in the
662same way. 662same way.