branch: externals/wisi
commit 232d6693de3c110a5c217c6ba2aa1794f5cae663
Author: Stephen Leake <[email protected]>
Commit: Stephen Leake <[email protected]>
Release: ada-mode: version 5.2.0. wisi: version 1.1.3
---
NEWS | 4 ++++
README | 2 +-
wisi.el | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 9e8ad77..4a9f690 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,10 @@ Please send wisi bug reports to [email protected], with
'wisi' in the subject. If possible, use M-x report-emacs-bug.
+* wisi 1.1.3
+
+** improve use of quotes in doc strings.
+
* wisi 1.1.2
20 Jan 2016
diff --git a/README b/README
index 098b476..3c27c32 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Emacs wisi package 1.1.2
+Emacs wisi package 1.1.3
The wisi package provides utilities for using generalized LALR parsers
to do indentation and navigation. See ada-mode for an example of its
diff --git a/wisi.el b/wisi.el
index bb49f65..7b7f55e 100644
--- a/wisi.el
+++ b/wisi.el
@@ -7,7 +7,7 @@
;; Keywords: parser
;; indentation
;; navigation
-;; Version: 1.1.2
+;; Version: 1.1.3
;; package-requires: ((cl-lib "0.4") (emacs "24.2"))
;; URL: http://stephe-leake.org/emacs/ada-mode/emacs-ada-mode.html
;;