]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xdisp.c (syms_of_xdisp) <align-columns-display>: Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Thu, 2 Dec 2021 17:46:26 +0000 (19:46 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 2 Dec 2021 17:46:26 +0000 (19:46 +0200)
src/xdisp.c

index fdcf6a611e69505b7bc1645139f127c8a467158b..80c8457795da3e500253a2507a6767936cb011fa 100644 (file)
@@ -35660,7 +35660,8 @@ Value is a number or a cons (WIDTH-DPI . HEIGHT-DPI).  */);
 If this is non-nil characters displayed on GUI frames will be
 aligned to produce straight columns.  This is achieved by
 enlarging the pixel width of characters to an integral
-multiple of pixels taken by ASCII characters of the same face.  */);
+multiple of pixels taken by ASCII characters of the same face.
+This affects only fixed-pitch fonts.  */);
     align_columns_display = false;
 
 #ifdef GLYPH_DEBUG