summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2020-12-30 08:07:27 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2020-12-30 08:08:07 +0100
commit3c0c47b3a74c4ea851293d0869f956a4644af062 (patch)
tree677b03989169c01b04838f03ccc24b1bb6ab8896 /doc
parent4b6fcb072ab56c472805ecdcdf86f5bada98c1cc (diff)
downloademacs-3c0c47b3a74c4ea851293d0869f956a4644af062.tar.gz
Revert "Switch add-to-ordered-list to eql"
This reverts commit b4fd857ead728a06380250c5336c1ab94a7c2f7a. I misunderstood the purposed of the function.
Diffstat (limited to 'doc')
-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 2e5b193d840..ae793d5e15e 100644
--- a/doc/lispref/lists.texi
+++ b/doc/lispref/lists.texi
@@ -812,7 +812,7 @@ This function sets the variable @var{symbol} by inserting
@var{element} into the old value, which must be a list, at the
position specified by @var{order}. If @var{element} is already a
member of the list, its position in the list is adjusted according
-to @var{order}. Membership is tested using @code{eql}.
+to @var{order}. Membership is tested using @code{eq}.
This function returns the resulting list, whether updated or not.
The @var{order} is typically a number (integer or float), and the