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 bcb9e69..7e42d0f 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 b3b21a2..b2fa245 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 d065f22..571e7ec 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 c54423e..e840cc2 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 89d78d7..98fe06f 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.