aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/objects.texi
diff options
context:
space:
mode:
Diffstat (limited to 'lispref/objects.texi')
-rw-r--r--lispref/objects.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/lispref/objects.texi b/lispref/objects.texi
index 4952f07514e..dd7a7bb77fe 100644
--- a/lispref/objects.texi
+++ b/lispref/objects.texi
@@ -1311,6 +1311,7 @@ a list and @code{symbolp} to check for a symbol.
1311 ((listp x) 1311 ((listp x)
1312 ;; If X is a list, add its elements to LIST. 1312 ;; If X is a list, add its elements to LIST.
1313 (setq list (append x list))) 1313 (setq list (append x list)))
1314@need 3000
1314 (t 1315 (t
1315 ;; We only handle symbols and lists. 1316 ;; We only handle symbols and lists.
1316 (error "Invalid argument %s in add-on" x)))) 1317 (error "Invalid argument %s in add-on" x))))