From: Richard M. Stallman Date: Fri, 25 Jan 2002 05:05:16 +0000 (+0000) Subject: (remove): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~16990 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=963f49a2b2bc07bd84969ee1b67892d6d4a3d991;p=emacs.git (remove): Doc fix. --- diff --git a/lisp/subr.el b/lisp/subr.el index ed9ea9af81c..4b33973afd4 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -155,7 +155,7 @@ If N is bigger than the length of X, return X." 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