diff options
| author | Eli Zaretskii | 2021-12-02 19:46:26 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2021-12-02 19:46:26 +0200 |
| commit | 8203c2cd3053d94e6a81807cdcd18f1354db273f (patch) | |
| tree | c6da73e7f752e9ef08d63550ee1c8f55b60f7d15 /src | |
| parent | 608267c71e11da9c757c269a5e22e62ef04d0bfe (diff) | |
| download | emacs-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.c | 3 |
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). */); | |||
| 35660 | If this is non-nil characters displayed on GUI frames will be | 35660 | If this is non-nil characters displayed on GUI frames will be |
| 35661 | aligned to produce straight columns. This is achieved by | 35661 | aligned to produce straight columns. This is achieved by |
| 35662 | enlarging the pixel width of characters to an integral | 35662 | enlarging the pixel width of characters to an integral |
| 35663 | multiple of pixels taken by ASCII characters of the same face. */); | 35663 | multiple of pixels taken by ASCII characters of the same face. |
| 35664 | This 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 |