* assoc.el (asort): First argument should be named alist-symbol,
not assoc-symbol.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user