summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/assoc.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-07-15 05:08:23 +0000
committerJim Blandy <jimb@redhat.com>1993-07-15 05:08:23 +0000
commit6476a5fa36b4ea111becdaa62faec9636594cebe (patch)
treebbb6349e487a886118cf983a598e766753968ba0 /lisp/emacs-lisp/assoc.el
parentae450a9555f2736335934a7eb6246284dd2e2752 (diff)
downloademacs-6476a5fa36b4ea111becdaa62faec9636594cebe.tar.gz
* assoc.el (asort): First argument should be named alist-symbol,
not assoc-symbol.
Diffstat (limited to 'lisp/emacs-lisp/assoc.el')
-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 4a075c45932..c50606e7be2 100644
--- a/lisp/emacs-lisp/assoc.el
+++ b/lisp/emacs-lisp/assoc.el
@@ -23,7 +23,7 @@
;;; Code:
-(defun asort (assoc-symbol key)
+(defun asort (alist-symbol key)
"Move a specified key-value pair to the head of an alist.
The alist is referenced by ALIST-SYMBOL. Key-value pair to move to
head is one matching KEY. Returns the sorted list and doesn't affect