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

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

[elpa] master 5d6e63a: [el-search] Bump version to 1.11.1


From: Michael Heerdegen
Subject: [elpa] master 5d6e63a: [el-search] Bump version to 1.11.1
Date: Sun, 17 Feb 2019 16:09:44 -0500 (EST)

branch: master
commit 5d6e63a8e51cf7ac498eba94c946657a5ad9252b
Author: Michael Heerdegen <address@hidden>
Commit: Michael Heerdegen <address@hidden>

    [el-search] Bump version to 1.11.1
    
    As well as some tiny wording changes in the file header.
---
 packages/el-search/NEWS         |  7 +++++++
 packages/el-search/el-search.el | 18 +++++++++---------
 2 files changed, 16 insertions(+), 9 deletions(-)

diff --git a/packages/el-search/NEWS b/packages/el-search/NEWS
index 85248da..15e24e1 100644
--- a/packages/el-search/NEWS
+++ b/packages/el-search/NEWS
@@ -1,6 +1,13 @@
 Some of the user visible news were:
 
 
+Version: 1.11.1
+
+  Eldoc now displays signatures of search patterns for the search
+  pattern prompt.
+
+  Some 'display-buffer' actions have been slightly changed.
+
 Version: 1.10.2
 
   New help command 'el-search-list-defined-patterns' listing all
diff --git a/packages/el-search/el-search.el b/packages/el-search/el-search.el
index e0705d7..b95c17a 100644
--- a/packages/el-search/el-search.el
+++ b/packages/el-search/el-search.el
@@ -7,7 +7,7 @@
 ;; Created: 29 Jul 2015
 ;; Keywords: lisp
 ;; Compatibility: GNU Emacs 25
-;; Version: 1.10.2
+;; Version: 1.11.1
 ;; Package-Requires: ((emacs "25") (stream "2.2.4") (cl-print "1.0"))
 
 
@@ -47,10 +47,10 @@
 ;; Key bindings
 ;; ============
 ;;
-;; Loading this file doesn't install any key bindings - but you
-;; probably want some.  There are two predefined installable schemes
-;; of key bindings.  The first scheme defines bindings mostly of the
-;; form "Control-Shift-Letter", e.g. C-S, C-R, C-% etc.  These can be
+;; Loading this file doesn't install any key bindings - but you maybe
+;; want some.  There are two predefined installable schemes of key
+;; bindings.  The first scheme defines bindings mostly of the form
+;; "Control-Shift-Letter", e.g. C-S, C-R, C-% etc.  These can be
 ;; installed by calling (el-search-install-shift-bindings) - typically
 ;; from your init file.  For console users (and others), the function
 ;; `el-search-install-bindings-under-prefix' installs bindings of the
@@ -75,10 +75,10 @@
 ;;   (el-search-install-bindings-under-prefix [(meta ?s) ?e])
 ;;
 ;; respectively.  If you don't want to install any key bindings, you
-;; at least want to remember the command name "el-search-pattern" or
-;; its alias "el-search" to get a start, and that C-h will give you
-;; access to some help commands; among other things C-h b listing the
-;; relevant key bindings for controlling a search.
+;; want to remember the command name "el-search-pattern" or its alias
+;; "el-search" to get a start, and that after starting a search C-h
+;; will give you access to some help commands; among other things C-h
+;; b listing the relevant key bindings for controlling a search.
 ;;
 ;;   C-S, M-s e s (`el-search-pattern')
 ;;     Start a search in the current buffer/go to the next match.



reply via email to

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