From: Jim Blandy Date: Thu, 15 Jul 1993 05:08:23 +0000 (+0000) Subject: * assoc.el (asort): First argument should be named alist-symbol, X-Git-Tag: emacs-19.34~11753 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6476a5fa36b4ea111becdaa62faec9636594cebe;p=emacs.git * assoc.el (asort): First argument should be named alist-symbol, not assoc-symbol. --- 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