emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/edt.el
Date: Tue, 18 Jun 2002 10:35:29 -0400

Index: emacs/lisp/emulation/edt.el
diff -c emacs/lisp/emulation/edt.el:1.39 emacs/lisp/emulation/edt.el:1.40
*** emacs/lisp/emulation/edt.el:1.39    Sat Jan 12 16:41:26 2002
--- emacs/lisp/emulation/edt.el Tue Jun 18 10:35:28 2002
***************
*** 1054,1060 ****
  Repeat the most recent FIND command.  (The Emacs kill ring is used as
  the CUT buffer.)  
  Argument NUM is the repeat count.  A positive value indicates the of times
! to repeat the substitution.  A negative argument means replace all occurances
  of the search text."
    (interactive "p")
    (cond ((or edt-select-mode (edt-check-match))
--- 1054,1060 ----
  Repeat the most recent FIND command.  (The Emacs kill ring is used as
  the CUT buffer.)  
  Argument NUM is the repeat count.  A positive value indicates the of times
! to repeat the substitution.  A negative argument means replace all occurrences
  of the search text."
    (interactive "p")
    (cond ((or edt-select-mode (edt-check-match))



reply via email to

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