summaryrefslogtreecommitdiff
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.
((listp x)
;; If X is a list, add its elements to LIST.
(setq list (append x list)))
+@need 3000
(t
;; We only handle symbols and lists.
(error "Invalid argument %s in add-on" x))))