entered into RCS
authorRichard M. Stallman <rms@gnu.org>
Wed, 16 Jun 1993 21:39:03 +0000 (21:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 16 Jun 1993 21:39:03 +0000 (21:39 +0000)
lisp/emacs-lisp/assoc.el

index 428471a..4a075c4 100644 (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