emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/subr.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Fri, 25 Jan 2002 00:05:16 -0500

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.283 emacs/lisp/subr.el:1.284
*** emacs/lisp/subr.el:1.283    Thu Jan 24 21:32:18 2002
--- emacs/lisp/subr.el  Fri Jan 25 00:05:16 2002
***************
*** 155,161 ****
           x))))
  
  (defun remove (elt seq)
!   "Return a copy of SEQ with all occurences 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
--- 155,161 ----
           x))))
  
  (defun remove (elt seq)
!   "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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]