changeset 59586:2f6084ef9fec

(syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.
author Kim F. Storm <storm@cua.dk>
date Sun, 16 Jan 2005 19:15:06 +0000
parents 48285e3eb00e
children ebf1aa515e20
files src/macterm.c
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/macterm.c	Sun Jan 16 17:52:09 2005 +0000
+++ b/src/macterm.c	Sun Jan 16 19:15:06 2005 +0000
@@ -6798,7 +6798,7 @@
 	font->max_bounds.width = max_width;
       }
     }
-  
+
   TextFont (old_fontnum);  /* restore previous font number, size and face */
   TextSize (old_fontsize);
   TextFace (old_fontface);
@@ -9924,7 +9924,9 @@
 #endif
 
   DEFVAR_LISP ("mac-allow-anti-aliasing", &Vmac_use_core_graphics,
-   doc: /* If non-nil, the text will be rendered using Core Graphics text rendering which may anti-alias the text.  */);
+   doc: /* If non-nil, allow anti-aliasing.
+The text will be rendered using Core Graphics text rendering which
+may anti-alias the text.  */);
   Vmac_use_core_graphics = Qnil;
 
   DEFVAR_INT ("mac-keyboard-text-encoding", &mac_keyboard_text_encoding,