(Top): Add @detailmenu item for "Terminal Type".

This commit is contained in:
Eli Zaretskii 2008-12-27 15:46:03 +00:00
parent eba64e97a1
commit 765980a41e
3 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,10 @@
2008-12-27 Eli Zaretskii <eliz@gnu.org>
* 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".

View file

@ -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.

View file

@ -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,