projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bbf047
)
; * src/xterm.c (x_color_cache_bucket_size): Improve doc string.
author
Po Lu
<luangruo@yahoo.com>
Sat, 28 May 2022 00:48:29 +0000
(08:48 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sat, 28 May 2022 00:48:29 +0000
(08:48 +0800)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 00df7dce343bc259e5b4c6b2ded3bfdb67f0f576..efa153efca1776d4fa35cf3d2e6a149f18d3d7ff 100644
(file)
--- 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: /* M
ost
buckets allowed per display in the internal color cache.
+ doc: /* M
ax 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;
}