From 765980a41ee71f716a732a9b1a5fdbc844503486 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 27 Dec 2008 15:46:03 +0000 Subject: [PATCH] (Top): Add @detailmenu item for "Terminal Type". --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/elisp.texi | 3 ++- etc/NEWS | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 4fcc4d46598..8176a920fb2 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,10 @@ 2008-12-27 Eli Zaretskii + * elisp.texi (Top): Add @detailmenu item for "Terminal Type". + + * objects.texi (Terminal Type): New node. + (Editing Types): Add it to the menu. + * elisp.texi (Top): Add a @detailmenu item for "Directory Local Variables". diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 6e0e4e61025..a44bee599bf 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi @@ -275,7 +275,8 @@ Editing Types * Buffer Type:: The basic object of editing. * Marker Type:: A position in a buffer. * Window Type:: What makes buffers visible. -* Frame Type:: Windows subdivide frames. +* Frame Type:: Windows subdivide frames. +* Terminal Type:: A terminal device displays frames. * Window Configuration Type:: Recording the way a frame is subdivided. * Frame Configuration Type:: Recording the status of all frames. * Process Type:: A subprocess of Emacs running on the underlying OS. diff --git a/etc/NEWS b/etc/NEWS index 11e71d3d6cb..3a9867cffcd 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1666,7 +1666,7 @@ session, and `make-frame-on-tty' works during a graphical session. *** A new `terminal' data type. The functions `get-device-terminal', `terminal-parameters', -`terminal-parameter', `set-terminal-parameter' return this data type. +`terminal-parameter', `set-terminal-parameter' use this data type. *** Function key sequences are now mapped using `local-function-key-map', a new variable. This inherits from the global variable function-key-map, -- 2.39.2