changeset 42941:b722504d0ba4

(remove): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 25 Jan 2002 05:05:16 +0000
parents 7c0e12d6edb5
children 048fa049ccba
files lisp/subr.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/subr.el	Fri Jan 25 02:37:41 2002 +0000
+++ b/lisp/subr.el	Fri Jan 25 05:05:16 2002 +0000
@@ -155,7 +155,7 @@
 	   x))))
 
 (defun remove (elt seq)
-  "Return a copy of SEQ with all occurences of ELT removed.
+  "Return a copy of SEQ with all occurrences of ELT removed.
 SEQ must be a list, vector, or string.  The comparison is done with `equal'."
   (if (nlistp seq)
       ;; If SEQ isn't a list, there's no need to copy SEQ because