]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_ntterm) <w32-use-full-screen-buffer>: Doc fix - default value changed.
authorJohn Paul Wallington <jpw@pobox.com>
Fri, 30 Jun 2006 01:34:42 +0000 (01:34 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Fri, 30 Jun 2006 01:34:42 +0000 (01:34 +0000)
src/ChangeLog
src/w32console.c

index 4f38d5b25fa21a0b815dc596eed405dc2fca59ec..83c581a4116497730a39c1b0b0a61b0e027eca46 100644 (file)
@@ -1,3 +1,8 @@
+2006-06-30  John Paul Wallington  <jpw@pobox.com>
+
+       * w32console.c (syms_of_ntterm) <w32-use-full-screen-buffer>:
+       Doc fix - default value has changed.
+
 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * mac.c [!TARGET_API_MAC_CARBON]: Don't include FixMath.h or Scrap.h.
index dbadee3b10d1e6b124ad320b81517e6d61b8b869..0fc652bf55f304a32eb3192419d6c0f4e356242e 100644 (file)
@@ -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.  */);