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:
parent
9ade4a7d03
commit
963f49a2b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user