From: John Paul Wallington Date: Fri, 30 Jun 2006 01:34:42 +0000 (+0000) Subject: (syms_of_ntterm) : Doc fix - default value changed. X-Git-Tag: emacs-pretest-22.0.90~1786 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=639804b390d15313f127c121ee2a174f0bb42c93;p=emacs.git (syms_of_ntterm) : Doc fix - default value changed. --- diff --git a/src/ChangeLog b/src/ChangeLog index 4f38d5b25fa..83c581a4116 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2006-06-30 John Paul Wallington + + * w32console.c (syms_of_ntterm) : + Doc fix - default value has changed. + 2006-06-28 YAMAMOTO Mitsuharu * mac.c [!TARGET_API_MAC_CARBON]: Don't include FixMath.h or Scrap.h. diff --git a/src/w32console.c b/src/w32console.c index dbadee3b10d..0fc652bf55f 100644 --- a/src/w32console.c +++ b/src/w32console.c @@ -705,7 +705,7 @@ syms_of_ntterm () DEFVAR_BOOL ("w32-use-full-screen-buffer", &w32_use_full_screen_buffer, doc: /* Non-nil means make terminal frames use the full screen buffer dimensions. -This is desirable when running Emacs over telnet, and is the default. +This is desirable when running Emacs over telnet. A value of nil means use the current console window dimensions; this may be preferrable when working directly at the console with a large scroll-back buffer. */);