emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116299: * src/nsterm.m (syms_of_nsterm): Doc fix.


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116299: * src/nsterm.m (syms_of_nsterm): Doc fix.
Date: Fri, 07 Feb 2014 03:25:58 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116299
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2014-02-06 19:25:52 -0800
message:
  * 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.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/nsterm.m                   nsterm.m-20091113204419-o5vbwnq5f7feedwu-8747
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2014-02-06 15:27:46 +0000
+++ b/src/ChangeLog     2014-02-07 03:25:52 +0000
@@ -1,3 +1,7 @@
+2014-02-07  Glenn Morris  <address@hidden>
+
+       * nsterm.m (syms_of_nsterm): Doc fix.
+
 2014-02-06  Eli Zaretskii  <address@hidden>
 
        * w32.c (pMultiByteToWideChar, pWideCharToMultiByte): New

=== modified file 'src/nsterm.m'
--- a/src/nsterm.m      2014-02-06 07:57:53 +0000
+++ b/src/nsterm.m      2014-02-07 03:25:52 +0000
@@ -7645,7 +7645,7 @@
      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 @@
   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 */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]