# HG changeset patch # User Richard M. Stallman # Date 1011935116 0 # Node ID b722504d0ba49d95c28a3ea0118513619bf83d15 # Parent 7c0e12d6edb58644f23d732ebca4d21da4f22108 (remove): Doc fix. diff -r 7c0e12d6edb5 -r b722504d0ba4 lisp/subr.el --- 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