From a0baf35f681a47900561d43a2bf9d1f67732ea9c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 6 Feb 2014 19:25:52 -0800 Subject: [PATCH] * src/nsterm.m (syms_of_nsterm): Doc fix. It is not necessary to say "default is..." since there are standard mechanisms for displaying that information. --- src/ChangeLog | 4 ++++ src/nsterm.m | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index e19b6d8781d..9efaff3d20c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2014-02-07 Glenn Morris + + * nsterm.m (syms_of_nsterm): Doc fix. + 2014-02-06 Eli Zaretskii * w32.c (pMultiByteToWideChar, pWideCharToMultiByte): New diff --git a/src/nsterm.m b/src/nsterm.m index 8bb806e47c8..36f42ee179a 100644 --- a/src/nsterm.m +++ b/src/nsterm.m @@ -7645,7 +7645,7 @@ Only works on OSX 10.6 or later. */); doc: /*Non-nil means to use native fullscreen on OSX >= 10.7. Nil means use fullscreen the old (< 10.7) way. The old way works better with multiple monitors, but lacks tool bar. This variable is ignored on OSX < 10.7. -Default is t for OSX >= 10.7, nil otherwise. */); +Default is t for OSX >= 10.7, nil otherwise. */); #ifdef HAVE_NATIVE_FS ns_use_native_fullscreen = YES; #else @@ -7656,7 +7656,7 @@ Default is t for OSX >= 10.7, nil otherwise. */); DEFVAR_BOOL ("ns-use-srgb-colorspace", ns_use_srgb_colorspace, doc: /*Non-nil means to use sRGB colorspace on OSX >= 10.7. Note that this does not apply to images. -This variable is ignored on OSX < 10.7 and GNUstep. Default is t. */); +This variable is ignored on OSX < 10.7 and GNUstep. */); ns_use_srgb_colorspace = YES; /* TODO: move to common code */ -- 2.39.2