diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-12-30 08:07:27 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-12-30 08:08:07 +0100 |
commit | 3c0c47b3a74c4ea851293d0869f956a4644af062 (patch) | |
tree | 677b03989169c01b04838f03ccc24b1bb6ab8896 /doc/lispref/lists.texi | |
parent | 4b6fcb072ab56c472805ecdcdf86f5bada98c1cc (diff) | |
download | emacs-3c0c47b3a74c4ea851293d0869f956a4644af062.tar.gz emacs-3c0c47b3a74c4ea851293d0869f956a4644af062.tar.bz2 emacs-3c0c47b3a74c4ea851293d0869f956a4644af062.zip |
Revert "Switch add-to-ordered-list to eql"
This reverts commit b4fd857ead728a06380250c5336c1ab94a7c2f7a.
I misunderstood the purposed of the function.
Diffstat (limited to 'doc/lispref/lists.texi')
-rw-r--r-- | doc/lispref/lists.texi | 2 |
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 |