]> git.eshelyaron.com Git - emacs.git/commitdiff
* assoc.el (asort): First argument should be named alist-symbol,
authorJim Blandy <jimb@redhat.com>
Thu, 15 Jul 1993 05:08:23 +0000 (05:08 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 15 Jul 1993 05:08:23 +0000 (05:08 +0000)
not assoc-symbol.

lisp/emacs-lisp/assoc.el

index 4a075c45932fcacdc690370b71235b755650f23b..c50606e7be234f494fb3be1d93e029e1aaeb9958 100644 (file)
@@ -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