From: Po Lu Date: Sat, 28 May 2022 00:48:29 +0000 (+0800) Subject: ; * src/xterm.c (x_color_cache_bucket_size): Improve doc string. X-Git-Tag: emacs-29.0.90~1910^2~383 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26588e9594e869d6e1d813ac4a77c035048be74d;p=emacs.git ; * src/xterm.c (x_color_cache_bucket_size): Improve doc string. --- diff --git a/src/xterm.c b/src/xterm.c index 00df7dce343..efa153efca1 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; }