1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(remove): Doc fix.

This commit is contained in:
Richard M. Stallman 2002-01-25 05:05:16 +00:00
parent 9ade4a7d03
commit 963f49a2b2

View File

@ -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