emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/el-search 74015c1 023/332: whitespace clean up


From: Stefan Monnier
Subject: [elpa] externals/el-search 74015c1 023/332: whitespace clean up
Date: Tue, 1 Dec 2020 15:48:03 -0500 (EST)

branch: externals/el-search
commit 74015c181bf884845ea82a664c7157a67aca94ad
Author: Michael Heerdegen <michael_heerdegen@web.de>
Commit: Michael Heerdegen <michael_heerdegen@web.de>

    whitespace clean up
---
 el-search.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/el-search.el b/el-search.el
index 9a27bcb..6e9fa5e 100644
--- a/el-search.el
+++ b/el-search.el
@@ -32,7 +32,7 @@
 ;; Introduction
 ;; ============
 ;;
-;; 
+;;
 ;; The main user entry point is the command `el-search-pattern'.  It
 ;; prompts for a `pcase' pattern and searches the current buffer for
 ;; expressions that are matched by it when read.  Point is put at the
@@ -95,13 +95,13 @@
 ;; Example: In some buffer you want to swap the two expressions at the
 ;; places of the first two arguments in all calls of function `foo',
 ;; so that e.g.
-;; 
+;;
 ;;   (foo 'a (* 2 (+ 3 4)) t)
-;;   
+;;
 ;; becomes
-;; 
+;;
 ;;   (foo (* 2 (+ 3 4)) 'a t).
-;;   
+;;
 ;; This will do it:
 ;;
 ;;    M-x el-search-query-replace RET



reply via email to

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