[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/vlf cc02f25 306/310: Fix typos
From: |
Stefan Monnier |
Subject: |
[elpa] externals/vlf cc02f25 306/310: Fix typos |
Date: |
Sat, 28 Nov 2020 00:33:37 -0500 (EST) |
branch: externals/vlf
commit cc02f2533782d6b9b628cec7e2dcf25b2d05a27c
Author: Damien Cassou <damien@cassou.me>
Commit: Andrey Kotlarski <m00naticus@gmail.com>
Fix typos
Typos found with codespell.
---
vlf-tune.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlf-tune.el b/vlf-tune.el
index 40dfe04..d15a105 100644
--- a/vlf-tune.el
+++ b/vlf-tune.el
@@ -387,7 +387,7 @@ Optimize over TYPES up to MAX-IDX."
(defun vlf-tune-batch (types &optional linear file)
"Adjust `vlf-batch-size' to optimal value optimizing on TYPES.
TYPES is alist of elements that may be of form (type coef) or
-non list values in which case coeficient is assumed 1.
+non list values in which case coefficient is assumed 1.
Types can be :insert, :raw, :encode, :write, :hexl or :dehexlify.
If LINEAR is non nil, use brute-force. In case requested measurement
is missing, stop search and set `vlf-batch-size' to this value.
- [elpa] externals/vlf ce13609 278/310: Fix vlf-ediff at the borders of hexl buffers., (continued)
- [elpa] externals/vlf ce13609 278/310: Fix vlf-ediff at the borders of hexl buffers., Stefan Monnier, 2020/11/28
- [elpa] externals/vlf f43ada1 282/310: Fix byte compilation warnings., Stefan Monnier, 2020/11/28
- [elpa] externals/vlf 305d802 280/310: Use shared profiling info for encode, write and hexl operations., Stefan Monnier, 2020/11/28
- [elpa] externals/vlf 5dd9e2c 281/310: Adjust address parts of hexlified buffer according to vlf-start-pos., Stefan Monnier, 2020/11/28
- [elpa] externals/vlf 68d6c1b 289/310: vlf-occur changes:, Stefan Monnier, 2020/11/28
- [elpa] externals/vlf 0fa6248 288/310: Optimize unconditional chunk loading and prefer it in more cases of, Stefan Monnier, 2020/11/28
- [elpa] externals/vlf bd5f9ca 286/310: Back to using per buffer profiling for encode speed., Stefan Monnier, 2020/11/28
- [elpa] externals/vlf 726f50b 294/310: Fix byte-compilation warnings on install., Stefan Monnier, 2020/11/28
- [elpa] externals/vlf eaa3629 299/310: Fix cursor position after search, Stefan Monnier, 2020/11/28
- [elpa] externals/vlf ac1aa16 296/310: Standard naming for chunk update hooks., Stefan Monnier, 2020/11/28
- [elpa] externals/vlf cc02f25 306/310: Fix typos,
Stefan Monnier <=