From 963f49a2b2bc07bd84969ee1b67892d6d4a3d991 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 25 Jan 2002 05:05:16 +0000 Subject: [PATCH] (remove): Doc fix. --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5