summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-06-16 21:39:03 +0000
committerRichard M. Stallman <rms@gnu.org>1993-06-16 21:39:03 +0000
commit2af4b8908b780dfb860a86714bec9ba8f682db61 (patch)
tree1c5efa8b08489e3be3c7330beb3e2efbff01fe3f /lisp/emacs-lisp
parenta33cb02164a86f7a8f750c5254c209f38731c6b3 (diff)
downloademacs-2af4b8908b780dfb860a86714bec9ba8f682db61.tar.gz
emacs-2af4b8908b780dfb860a86714bec9ba8f682db61.tar.bz2
emacs-2af4b8908b780dfb860a86714bec9ba8f682db61.zip
entered into RCS
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/assoc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/assoc.el b/lisp/emacs-lisp/assoc.el
index 428471a16d5..4a075c45932 100644
--- a/lisp/emacs-lisp/assoc.el
+++ b/lisp/emacs-lisp/assoc.el
@@ -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