]> git.eshelyaron.com Git - emacs.git/commitdiff
Misc small doc updates
authorGlenn Morris <rgm@gnu.org>
Fri, 24 Jan 2014 07:36:34 +0000 (23:36 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 24 Jan 2014 07:36:34 +0000 (23:36 -0800)
* doc/emacs/ack.texi (Acknowledgments): No longer mention obsolete terminal.el.

* doc/misc/efaq.texi (Termcap/Terminfo entries for Emacs):
Use M-x term rather than M-x terminal-emulator.

* etc/NEWS: Related markup.

doc/emacs/ChangeLog
doc/emacs/ack.texi
doc/misc/ChangeLog
doc/misc/efaq.texi
etc/NEWS

index bcb9e69230dcc331e7900267bacdaeadb08b992b..7e42d0fcaba0bc87282da34827704f520a4b2862 100644 (file)
@@ -1,6 +1,7 @@
 2014-01-24  Glenn Morris  <rgm@gnu.org>
 
-       * ack.texi (Acknowledgments): No longer mention obsolete xesam.el.
+       * ack.texi (Acknowledgments): No longer mention obsolete xesam.el,
+       terminal.el.
 
        * files.texi (Interlocking): Copyedit.
 
index b3b21a277e983e33f4c7f2fc6f23c3ae5fbff37d..b2fa245b03297ae6ccd858fe035dc2f92b460d4d 100644 (file)
@@ -818,9 +818,12 @@ command with its arguments.
 Richard Mlynarik wrote @file{cl-indent.el}, a package for indenting
 Common Lisp code; @file{ebuff-menu.el}, an ``electric'' browser for
 buffer listings; @file{ehelp.el}, bindings for browsing help screens;
-@file{rfc822.el}, a parser for E-mail addresses in the RFC-822 format,
-used in mail messages and news articles; and @file{terminal.el}, a
-terminal emulator for Emacs subprocesses.
+and @file{rfc822.el}, a parser for E-mail addresses in the RFC-822 format,
+used in mail messages and news articles.
+@ignore
+@c Obsolete since 24.4
+; and @file{terminal.el}, a terminal emulator for Emacs subprocesses.
+@end ignore.
 
 @item
 Gerd Möllmann was the Emacs maintainer from the beginning of Emacs 21
index d065f22a97a6bf4a11603116787aeee3182e1797..571e7ecc70da97e579ceba0d95d47a0139715c27 100644 (file)
@@ -1,5 +1,8 @@
 2014-01-24  Glenn Morris  <rgm@gnu.org>
 
+       * efaq.texi (Termcap/Terminfo entries for Emacs):
+       Use M-x term rather than M-x terminal-emulator.
+
        * emacs-mime.texi (time-date): Use float-time.
 
 2014-01-22  David Engster  <deng@randomsample.de>
index c54423e887ec61d8425d4cb63a73891140f73734..e840cc26b80ed1c55669831a9cf8336de03bab30 100644 (file)
@@ -2853,8 +2853,7 @@ To make a terminfo entry for @samp{emacs}, use @code{tic} or
 @file{/usr/lib/terminfo/d/dumb} to @file{/usr/lib/terminfo/e/emacs}.
 
 Having a termcap/terminfo entry will not enable the use of full screen
-programs in shell buffers.  Use @kbd{M-x terminal-emulator} for that
-instead.
+programs in shell buffers.  Use @kbd{M-x term} for that instead.
 
 A workaround to the problem of missing termcap/terminfo entries is to
 change terminal type @samp{emacs} to type @samp{dumb} or @samp{unknown}
index 89d78d79efbca822540e9f7c1fc4487bcf410ca9..98fe06f74e6c77fc94a08c4e476318a1832849e1 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -864,6 +864,7 @@ are obsolete.  Customize the `woman-*' faces instead.
 +++
 *** sup-mouse.el.
 
+---
 *** terminal.el is obsolete; use term.el instead.
 
 *** The previous version of todo-mode.el is obsolete and renamed otodo-mode.el.