# HG changeset patch # User Karl Heuer # Date 820798198 0 # Node ID cdd61cb79be432b9b6cc04c98d88430eeacb96f8 # Parent 8fd836e88aecfafc1e5fb797bbc39837024a84da (cl-copy-tree): Doc fix. diff -r 8fd836e88aec -r cdd61cb79be4 lisp/emacs-lisp/cl-extra.el --- a/lisp/emacs-lisp/cl-extra.el Thu Jan 04 23:28:24 1996 +0000 +++ b/lisp/emacs-lisp/cl-extra.el Thu Jan 04 23:29:58 1996 +0000 @@ -588,7 +588,7 @@ (defun cl-copy-tree (tree &optional vecp) "Make a copy of TREE. If TREE is a cons cell, this recursively copies both its car and its cdr. -Constrast to copy-sequence, which copies only along the cdrs. With second +Contrast to copy-sequence, which copies only along the cdrs. With second argument VECP, this copies vectors as well as conses." (if (consp tree) (let ((p (setq tree (copy-list tree))))