# HG changeset patch # User Jim Blandy # Date 742712903 0 # Node ID 0a02227f8417782148feccc5c332961c6c4a8753 # Parent 15c4c0c37fe2f5aa326ec31b42c0a1631aa12ee0 * assoc.el (asort): First argument should be named alist-symbol, not assoc-symbol. diff -r 15c4c0c37fe2 -r 0a02227f8417 lisp/emacs-lisp/assoc.el --- a/lisp/emacs-lisp/assoc.el Thu Jul 15 04:58:59 1993 +0000 +++ b/lisp/emacs-lisp/assoc.el Thu Jul 15 05:08:23 1993 +0000 @@ -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