diff options
| -rw-r--r-- | lisp/emacs-lisp/assoc.el | 2 |
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." | |||
| 57 | (defun aput (alist-symbol key &optional value) | 57 | (defun aput (alist-symbol key &optional value) |
| 58 | "Inserts a key-value pair into an alist. | 58 | "Inserts a key-value pair into an alist. |
| 59 | The alist is referenced by ALIST-SYMBOL. The key-value pair is made | 59 | The alist is referenced by ALIST-SYMBOL. The key-value pair is made |
| 60 | >from KEY and optionally, VALUE. Returns the altered alist or nil if | 60 | from KEY and optionally, VALUE. Returns the altered alist or nil if |
| 61 | ALIST is nil. | 61 | ALIST is nil. |
| 62 | 62 | ||
| 63 | If the key-value pair referenced by KEY can be found in the alist, and | 63 | If the key-value pair referenced by KEY can be found in the alist, and |