From a87f482d11b56fd8d3bbe148e174c4010e327794 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Wed, 29 Jan 2003 17:14:11 +0000 Subject: Updated. --- generic/proof-compat.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generic/proof-compat.el') diff --git a/generic/proof-compat.el b/generic/proof-compat.el index b9b6b1a7..73e735b5 100644 --- a/generic/proof-compat.el +++ b/generic/proof-compat.el @@ -362,7 +362,7 @@ The modified ALIST is returned." (or (fboundp 'remassoc) (defun remassoc (key alist) - "Delete any elements of ALIST whose car is `eq' to KEY. + "Delete any elements of ALIST whose car is `equal' to KEY. The modified ALIST is returned." ;; The builtin version deletes by side-effect, but don't bother here. (let (newalist) -- cgit v1.2.3