1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

entered into RCS

This commit is contained in:
Richard M. Stallman 1993-06-16 21:39:03 +00:00
parent a33cb02164
commit 2af4b8908b

View File

@ -57,7 +57,7 @@ pair is not at the head of alist. ALIST is not altered."
(defun aput (alist-symbol key &optional value)
"Inserts a key-value pair into an alist.
The alist is referenced by ALIST-SYMBOL. The key-value pair is made
>from KEY and optionally, VALUE. Returns the altered alist or nil if
from KEY and optionally, VALUE. Returns the altered alist or nil if
ALIST is nil.
If the key-value pair referenced by KEY can be found in the alist, and