aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2021-12-02 19:46:26 +0200
committerEli Zaretskii2021-12-02 19:46:26 +0200
commit8203c2cd3053d94e6a81807cdcd18f1354db273f (patch)
treec6da73e7f752e9ef08d63550ee1c8f55b60f7d15 /src
parent608267c71e11da9c757c269a5e22e62ef04d0bfe (diff)
downloademacs-8203c2cd3053d94e6a81807cdcd18f1354db273f.tar.gz
emacs-8203c2cd3053d94e6a81807cdcd18f1354db273f.zip
; * src/xdisp.c (syms_of_xdisp) <align-columns-display>: Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index fdcf6a611e6..80c8457795d 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -35660,7 +35660,8 @@ Value is a number or a cons (WIDTH-DPI . HEIGHT-DPI). */);
35660If this is non-nil characters displayed on GUI frames will be 35660If this is non-nil characters displayed on GUI frames will be
35661aligned to produce straight columns. This is achieved by 35661aligned to produce straight columns. This is achieved by
35662enlarging the pixel width of characters to an integral 35662enlarging the pixel width of characters to an integral
35663multiple of pixels taken by ASCII characters of the same face. */); 35663multiple of pixels taken by ASCII characters of the same face.
35664This affects only fixed-pitch fonts. */);
35664 align_columns_display = false; 35665 align_columns_display = false;
35665 35666
35666#ifdef GLYPH_DEBUG 35667#ifdef GLYPH_DEBUG