diff options
| author | John Paul Wallington | 2006-06-30 01:34:42 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2006-06-30 01:34:42 +0000 |
| commit | 639804b390d15313f127c121ee2a174f0bb42c93 (patch) | |
| tree | 676d9d99ef2004a034cec3098ae7dfb361f2e421 /src | |
| parent | bd82e9102230a221ba26b8b2e25a473a0b2a69c4 (diff) | |
| download | emacs-639804b390d15313f127c121ee2a174f0bb42c93.tar.gz emacs-639804b390d15313f127c121ee2a174f0bb42c93.zip | |
(syms_of_ntterm) <w32-use-full-screen-buffer>: Doc fix - default value changed.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/w32console.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4f38d5b25fa..83c581a4116 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-06-30 John Paul Wallington <jpw@pobox.com> | ||
| 2 | |||
| 3 | * w32console.c (syms_of_ntterm) <w32-use-full-screen-buffer>: | ||
| 4 | Doc fix - default value has changed. | ||
| 5 | |||
| 1 | 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 6 | 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 7 | ||
| 3 | * mac.c [!TARGET_API_MAC_CARBON]: Don't include FixMath.h or Scrap.h. | 8 | * 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 () | |||
| 705 | DEFVAR_BOOL ("w32-use-full-screen-buffer", | 705 | DEFVAR_BOOL ("w32-use-full-screen-buffer", |
| 706 | &w32_use_full_screen_buffer, | 706 | &w32_use_full_screen_buffer, |
| 707 | doc: /* Non-nil means make terminal frames use the full screen buffer dimensions. | 707 | doc: /* Non-nil means make terminal frames use the full screen buffer dimensions. |
| 708 | This is desirable when running Emacs over telnet, and is the default. | 708 | This is desirable when running Emacs over telnet. |
| 709 | A value of nil means use the current console window dimensions; this | 709 | A value of nil means use the current console window dimensions; this |
| 710 | may be preferrable when working directly at the console with a large | 710 | may be preferrable when working directly at the console with a large |
| 711 | scroll-back buffer. */); | 711 | scroll-back buffer. */); |