emacs-diffs
[Top][All Lists]
Advanced

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

master 26588e9594: ; * src/xterm.c (x_color_cache_bucket_size): Improve


From: Po Lu
Subject: master 26588e9594: ; * src/xterm.c (x_color_cache_bucket_size): Improve doc string.
Date: Fri, 27 May 2022 20:50:25 -0400 (EDT)

branch: master
commit 26588e9594e869d6e1d813ac4a77c035048be74d
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * src/xterm.c (x_color_cache_bucket_size): Improve doc string.
---
 src/xterm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xterm.c b/src/xterm.c
index 00df7dce34..efa153efca 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -25943,7 +25943,7 @@ operation, and TIME is the X server time when the drop 
happened.  */);
   Vx_dnd_unsupported_drop_function = Qnil;
 
   DEFVAR_INT ("x-color-cache-bucket-size", x_color_cache_bucket_size,
-    doc: /* Most buckets allowed per display in the internal color cache.
+    doc: /* Max number of buckets allowed per display in the internal color 
cache.
 Values less than 1 mean 128.  This option is for debugging only.  */);
   x_color_cache_bucket_size = 128;
 }



reply via email to

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