changeset 3768:d3fd7bcefd84

entered into RCS
author Richard M. Stallman <rms@gnu.org>
date Wed, 16 Jun 1993 21:39:03 +0000
parents 660b7b4e3e40
children 36f561d76b12
files lisp/emacs-lisp/assoc.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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