diff lisp/cl-seq.el @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents a4f53d9b3154
children de805c49cfc1
line wrap: on
line diff
--- a/lisp/cl-seq.el	Mon Aug 13 11:01:58 2007 +0200
+++ b/lisp/cl-seq.el	Mon Aug 13 11:03:08 2007 +0200
@@ -338,7 +338,7 @@
   (remove* cl-item cl-seq ':test 'equal))
 
 (defun remq (cl-elt cl-list)
-  "Remove all occurrences of ELT in LIST, comparing with `eq'.
+  "Remove all occurances of ELT in LIST, comparing with `eq'.
 This is a non-destructive function; it makes a copy of LIST to avoid
 corrupting the original LIST.
 Also see: `delq', `delete', `delete*', `remove', `remove*'."