aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/display.texi3
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 5a8494439e6..dbff044e68c 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
12009-06-24 Chong Yidong <cyd@stupidchicken.com>
2
3 * display.texi (Window Systems): Add ns to the list.
4
12009-06-21 Chong Yidong <cyd@stupidchicken.com> 52009-06-21 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * Branch for 23.1. 7 * Branch for 23.1.
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 17563140436..78719d2e432 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -5837,6 +5837,9 @@ for displaying the frame. The possible values are
5837Emacs is displaying the frame using X. 5837Emacs is displaying the frame using X.
5838@item w32 5838@item w32
5839Emacs is displaying the frame using native MS-Windows GUI. 5839Emacs is displaying the frame using native MS-Windows GUI.
5840@item ns
5841Emacs is displaying the frame using the Nextstep interface (used on
5842GNUstep and Mac OS X).
5840@item pc 5843@item pc
5841Emacs is displaying the frame using MS-DOS direct screen writes. 5844Emacs is displaying the frame using MS-DOS direct screen writes.
5842@item nil 5845@item nil