changeset 4098:0a02227f8417

* assoc.el (asort): First argument should be named alist-symbol, not assoc-symbol.
author Jim Blandy <jimb@redhat.com>
date Thu, 15 Jul 1993 05:08:23 +0000
parents 15c4c0c37fe2
children b62687587309
files lisp/emacs-lisp/assoc.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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