branch: master
commit 7e5880a2004f87c3768df18502ba43de3f67df03
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>

    * ztree-view.el (ztree-count-subsequent-bs): Remove out of date mention
---
 packages/ztree/ztree-view.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/packages/ztree/ztree-view.el b/packages/ztree/ztree-view.el
index 8cf0ced..f8083cd 100644
--- a/packages/ztree/ztree-view.el
+++ b/packages/ztree/ztree-view.el
@@ -1,6 +1,6 @@
 ;;; ztree-view.el --- Text mode tree view (buffer) -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2013-2016  Free Software Foundation, Inc.
+;; Copyright (C) 2013-2020  Free Software Foundation, Inc.
 ;;
 ;; Author: Alexey Veretennikov <[email protected]>
 ;;
@@ -69,8 +69,7 @@ The ith value of the array is the parent line for line i.
 If ith value is i - it is the root line")
 
 (defvar-local ztree-count-subsequent-bs nil
-  "Counter for the subsequest BS keys (to identify double BS).
-Used in order to not to use cl package and `lexical-let'")
+  "Counter for the subsequent BS keys (to identify double BS).")
 
 (defvar-local ztree-line-tree-properties nil
   "Hash with key - line number, value - property (`left', `right', `both').

Reply via email to