branch: externals/consult
commit 23f20df04d64827e71a4228c3f845dd95ce68bf5
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    consult-fontify-max-size: Fix docstring
---
 consult.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/consult.el b/consult.el
index f1db95ce2b..24ca24d6d2 100644
--- a/consult.el
+++ b/consult.el
@@ -205,11 +205,11 @@ See also `display-line-numbers-widen'."
   :type 'boolean)
 
 (defcustom consult-fontify-max-size 1048576
-  "Buffers larger than this byte limit are not fontified.
+  "Buffers larger than this character limit are not fontified.
 
 This is necessary in order to prevent a large startup time
 for navigation commands like `consult-line'."
-  :type '(natnum :tag "Buffer size in bytes"))
+  :type '(natnum :tag "Buffer size in characters"))
 
 (defcustom consult-buffer-filter
   '("\\` "

Reply via email to