[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r99403: * emacs-lisp/assoc.el (aeleme
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r99403: * emacs-lisp/assoc.el (aelement): Doc fix. |
Date: |
Sat, 23 Jan 2010 17:46:32 -0500 |
User-agent: |
Bazaar (2.0.2) |
------------------------------------------------------------
revno: 99403
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2010-01-23 17:46:32 -0500
message:
* emacs-lisp/assoc.el (aelement): Doc fix.
modified:
lisp/ChangeLog
lisp/emacs-lisp/assoc.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2010-01-23 22:44:03 +0000
+++ b/lisp/ChangeLog 2010-01-23 22:46:32 +0000
@@ -1,6 +1,7 @@
2010-01-23 Chong Yidong <address@hidden>
* emacs-lisp/assoc.el (aput, adelete, amake): Use lexical-let
(Bug#5450).
+ (aelement): Doc fix.
2010-01-23 Stephen Leake <address@hidden>
=== modified file 'lisp/emacs-lisp/assoc.el'
--- a/lisp/emacs-lisp/assoc.el 2010-01-23 22:44:03 +0000
+++ b/lisp/emacs-lisp/assoc.el 2010-01-23 22:46:32 +0000
@@ -42,7 +42,8 @@
(defun aelement (key value)
"Make a list of a cons cell containing car of KEY and cdr of VALUE.
-The returned list is suitable as an element of an alist."
+The returned list is suitable for concatanating with an existing
+alist, via `nconc'."
(list (cons key value)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r99403: * emacs-lisp/assoc.el (aelement): Doc fix.,
Chong Yidong <=