aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-compat.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2003-01-29 17:14:11 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2003-01-29 17:14:11 +0000
commita87f482d11b56fd8d3bbe148e174c4010e327794 (patch)
tree2db240ee43e549f8dd3aedd9f30e17573a0efe2d /generic/proof-compat.el
parent637c49359561277ee2269fcf82ca005c173c4232 (diff)
Updated.
Diffstat (limited to 'generic/proof-compat.el')
-rw-r--r--generic/proof-compat.el2
1 files changed, 1 insertions, 1 deletions
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)