/[emacs]/emacs/lisp/subr.el
ViewVC logotype

Diff of /emacs/lisp/subr.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.283 by rms, Fri Jan 25 02:32:18 2002 UTC revision 1.284 by rms, Fri Jan 25 05:05:16 2002 UTC
# Line 155  If N is bigger than the length of X, ret Line 155  If N is bigger than the length of X, ret
155             x))))             x))))
156    
157  (defun remove (elt seq)  (defun remove (elt seq)
158    "Return a copy of SEQ with all occurences of ELT removed.    "Return a copy of SEQ with all occurrences of ELT removed.
159  SEQ must be a list, vector, or string.  The comparison is done with `equal'."  SEQ must be a list, vector, or string.  The comparison is done with `equal'."
160    (if (nlistp seq)    (if (nlistp seq)
161        ;; If SEQ isn't a list, there's no need to copy SEQ because        ;; If SEQ isn't a list, there's no need to copy SEQ because

Legend:
Removed from v.1.283  
changed lines
  Added in v.1.284

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26