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

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

[elpa] externals/vlf db3d2af 043/310: Update version, README and comment


From: Stefan Monnier
Subject: [elpa] externals/vlf db3d2af 043/310: Update version, README and commentary section.
Date: Sat, 28 Nov 2020 00:32:43 -0500 (EST)

branch: externals/vlf
commit db3d2af04aa4857886ae1067d9198a66d3bcfadf
Author: Andrey Kotlarski <m00naticus@gmail.com>
Commit: Andrey Kotlarski <m00naticus@gmail.com>

    Update version, README and commentary section.
---
 README.org | 1 +
 vlfi.el    | 8 +++-----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/README.org b/README.org
index aa4cf2c..4277766 100644
--- a/README.org
+++ b/README.org
@@ -5,6 +5,7 @@ that builds on the GNU ELPA vlf.el.  It adds the following
 improvements:
 
 - by chunk search
+- chunk editing
 - options to jump to end or beginning of file
 - ability to jump/insert given number of batches at once
 - ability to view newly added content if the file has grown meanwhile
diff --git a/vlfi.el b/vlfi.el
index f7ae618..410a568 100644
--- a/vlfi.el
+++ b/vlfi.el
@@ -3,7 +3,7 @@
 
 ;; Copyright (C) 2006, 2012, 2013  Free Software Foundation, Inc.
 
-;; Version: 0.4
+;; Version: 0.5
 ;; Keywords: large files, utilities
 ;; Authors: 2006 Mathias Dahl <mathias.dahl@gmail.com>
 ;;          2012 Sam Steingold <sds@gnu.org>
@@ -28,10 +28,8 @@
 
 ;; This package provides the M-x vlfi command, which visits part of a
 ;; large file in a read-only buffer without visiting the entire file.
-;; The buffer uses VLFI mode, which defines the commands M-<next>
-;; (vlfi-next-batch) and M-<prior> (vlfi-prev-batch) to visit other
-;; parts of the file.  The option `vlfi-batch-size' specifies the size
-;; of each batch, in bytes.
+;; The buffer uses VLFI mode, which defines several commands for
+;; moving around, searching and editing selected chunk of file.
 
 ;; This package is an improved fork of the vlf.el package.
 



reply via email to

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