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

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

[nongnu] elpa/treeview d9c10feddf 2/2: Corrected version number in docum


From: ELPA Syncer
Subject: [nongnu] elpa/treeview d9c10feddf 2/2: Corrected version number in documentation
Date: Tue, 27 Sep 2022 20:59:08 -0400 (EDT)

branch: elpa/treeview
commit d9c10feddf3b959e7b33ce83103e1f0a61162723
Author: Tilman Rassy <tilman.rassy@googlemail.com>
Commit: Tilman Rassy <tilman.rassy@googlemail.com>

    Corrected version number in documentation
---
 README.md   | 6 +++---
 treeview.el | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 14bf76310a..e164c5bb65 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ emacs-treeview
 Abstract Emacs Lisp framework for tree navigation. Based on this framework, 
specific libraries for particular
 hierarchical data can be implemented, for example, file systems.
 
-This document describes v1.1.0 of emacs-treeview. Consider [this 
notes](#updating-from-v100) for upgrading from v1.0.0. 
+This document describes v1.1.1 of emacs-treeview. Consider [this 
notes](#updating-from-v100) for upgrading from v1.0.0. 
 
 A typical tree could look like the following:
 
@@ -104,6 +104,6 @@ created and rendered in the buffer by a call to 
treeview-display-node.
 
 ### Updating from v1.0.0
 
-Note that v1.1.0 defines another buffer-local function variable
-`treeview-get-root-node-function` which didn't exist in v1.0.0. It must be set 
to a
+Note that since v1.1.0 another buffer-local function variable
+`treeview-get-root-node-function` exists which didn't exist in v1.0.0. It must 
be set to a
 function which returns the root node of the tree.
diff --git a/treeview.el b/treeview.el
index c659f8f2c6..a2d743b526 100644
--- a/treeview.el
+++ b/treeview.el
@@ -141,9 +141,9 @@
 ;;
 ;; See library "dir-treeview" for an example where this framework is used.
 ;;
-;; If you upgrade from v1.0.0: Note that v1.1.0 (this version) defines another 
buffer-local
-;; function variable treeview-get-root-node-function which didn't exist in 
v1.0.0. It must be
-;; set to a function which returns the root node of the tree.
+;; If you upgrade from v1.0.0: Note that since v1.1.0 another buffer-local 
function variable
+;; treeview-get-root-node-function exists which didn't exist in v1.0.0. It 
must be set to a
+;; function which returns the root node of the tree.
 
 ;;; Code:
 



reply via email to

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