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

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

[elpa] master 2d5b3ba 12/12: whitespace clean up


From: Michael Heerdegen
Subject: [elpa] master 2d5b3ba 12/12: whitespace clean up
Date: Sun, 11 Oct 2015 10:33:31 +0000

branch: master
commit 2d5b3ba6b121e7338ee1772589a720ffd4dc10cd
Author: Michael Heerdegen <address@hidden>
Commit: Michael Heerdegen <address@hidden>

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

diff --git a/packages/el-search/el-search.el b/packages/el-search/el-search.el
index 9a27bcb..6e9fa5e 100644
--- a/packages/el-search/el-search.el
+++ b/packages/el-search/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]