emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master afabe53: ; * lisp/replace.el (how-many, flush-lines


From: Tino Calancha
Subject: [Emacs-diffs] master afabe53: ; * lisp/replace.el (how-many, flush-lines, keep-lines): Remove empty line.
Date: Sun, 2 Apr 2017 08:17:21 -0400 (EDT)

branch: master
commit afabe53b562675b6279cc670ceba32357fac2214
Author: Tino Calancha <address@hidden>
Commit: Tino Calancha <address@hidden>

    ; * lisp/replace.el (how-many, flush-lines, keep-lines): Remove empty line.
---
 lisp/replace.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lisp/replace.el b/lisp/replace.el
index 0841ba1..a7b8ae6 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -848,7 +848,6 @@ called interactively by passing a non-nil INTERACTIVE 
argument.
 This function starts looking for the next match from the end of
 the previous match.  Hence, it ignores matches that overlap
 a previously found match."
-
   (interactive
    (progn
      (barf-if-buffer-read-only)
@@ -923,7 +922,6 @@ a non-nil INTERACTIVE argument.
 If a match is split across lines, all the lines it lies in are deleted.
 They are deleted _before_ looking for the next match.  Hence, a match
 starting on the same line at which another match ended is ignored."
-
   (interactive
    (progn
      (barf-if-buffer-read-only)
@@ -971,7 +969,6 @@ end of (the accessible portion of) the buffer.
 This function starts looking for the next match from the end of
 the previous match.  Hence, it ignores matches that overlap
 a previously found match."
-
   (interactive
    (keep-lines-read-args "How many matches for regexp"))
   (save-excursion



reply via email to

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