(syms_of_ntterm) <w32-use-full-screen-buffer>: Doc fix - default value changed.
This commit is contained in:
parent
bd82e91022
commit
639804b390
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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. */);
|
||||
|
|
Loading…
Add table
Reference in a new issue