# HG changeset patch # User Richard M. Stallman # Date 740266743 0 # Node ID d3fd7bcefd84c9347af2b44407fda5e5c932fd15 # Parent 660b7b4e3e4096e386158b6a2afc20c3d9aa3039 entered into RCS diff -r 660b7b4e3e40 -r d3fd7bcefd84 lisp/emacs-lisp/assoc.el --- a/lisp/emacs-lisp/assoc.el Wed Jun 16 21:33:18 1993 +0000 +++ b/lisp/emacs-lisp/assoc.el Wed Jun 16 21:39:03 1993 +0000 @@ -57,7 +57,7 @@ (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