# HG changeset patch # User Kim F. Storm # Date 1105902906 0 # Node ID 2f6084ef9fec5d88e47fcaab4a3115fbaeddcedb # Parent 48285e3eb00e04532127d2363edde1ad528f6f96 (syms_of_macterm) : Doc fix. diff -r 48285e3eb00e -r 2f6084ef9fec src/macterm.c --- 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,