From 6476a5fa36b4ea111becdaa62faec9636594cebe Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 15 Jul 1993 05:08:23 +0000 Subject: [PATCH] * assoc.el (asort): First argument should be named alist-symbol, not assoc-symbol. --- lisp/emacs-lisp/assoc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5