aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-01-23 23:36:34 -0800
committerGlenn Morris2014-01-23 23:36:34 -0800
commit5ace6c29b91f9b4400cb8a1fbb80ef4c514e0335 (patch)
treedd074ce6b48c88c3a66c224a18710987e89fd0f2
parent03f3b3182dcc765c6e080ef061d69212bad25192 (diff)
downloademacs-5ace6c29b91f9b4400cb8a1fbb80ef4c514e0335.tar.gz
emacs-5ace6c29b91f9b4400cb8a1fbb80ef4c514e0335.zip
Misc small doc updates
* 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.
-rw-r--r--doc/emacs/ChangeLog3
-rw-r--r--doc/emacs/ack.texi9
-rw-r--r--doc/misc/ChangeLog3
-rw-r--r--doc/misc/efaq.texi3
-rw-r--r--etc/NEWS1
5 files changed, 13 insertions, 6 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index bcb9e69230d..7e42d0fcaba 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,6 +1,7 @@
12014-01-24 Glenn Morris <rgm@gnu.org> 12014-01-24 Glenn Morris <rgm@gnu.org>
2 2
3 * ack.texi (Acknowledgments): No longer mention obsolete xesam.el. 3 * ack.texi (Acknowledgments): No longer mention obsolete xesam.el,
4 terminal.el.
4 5
5 * files.texi (Interlocking): Copyedit. 6 * files.texi (Interlocking): Copyedit.
6 7
diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi
index b3b21a277e9..b2fa245b032 100644
--- a/doc/emacs/ack.texi
+++ b/doc/emacs/ack.texi
@@ -818,9 +818,12 @@ command with its arguments.
818Richard Mlynarik wrote @file{cl-indent.el}, a package for indenting 818Richard Mlynarik wrote @file{cl-indent.el}, a package for indenting
819Common Lisp code; @file{ebuff-menu.el}, an ``electric'' browser for 819Common Lisp code; @file{ebuff-menu.el}, an ``electric'' browser for
820buffer listings; @file{ehelp.el}, bindings for browsing help screens; 820buffer listings; @file{ehelp.el}, bindings for browsing help screens;
821@file{rfc822.el}, a parser for E-mail addresses in the RFC-822 format, 821and @file{rfc822.el}, a parser for E-mail addresses in the RFC-822 format,
822used in mail messages and news articles; and @file{terminal.el}, a 822used in mail messages and news articles.
823terminal emulator for Emacs subprocesses. 823@ignore
824@c Obsolete since 24.4
825; and @file{terminal.el}, a terminal emulator for Emacs subprocesses.
826@end ignore.
824 827
825@item 828@item
826Gerd Möllmann was the Emacs maintainer from the beginning of Emacs 21 829Gerd Möllmann was the Emacs maintainer from the beginning of Emacs 21
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index d065f22a97a..571e7ecc70d 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,5 +1,8 @@
12014-01-24 Glenn Morris <rgm@gnu.org> 12014-01-24 Glenn Morris <rgm@gnu.org>
2 2
3 * efaq.texi (Termcap/Terminfo entries for Emacs):
4 Use M-x term rather than M-x terminal-emulator.
5
3 * emacs-mime.texi (time-date): Use float-time. 6 * emacs-mime.texi (time-date): Use float-time.
4 7
52014-01-22 David Engster <deng@randomsample.de> 82014-01-22 David Engster <deng@randomsample.de>
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi
index c54423e887e..e840cc26b80 100644
--- a/doc/misc/efaq.texi
+++ b/doc/misc/efaq.texi
@@ -2853,8 +2853,7 @@ To make a terminfo entry for @samp{emacs}, use @code{tic} or
2853@file{/usr/lib/terminfo/d/dumb} to @file{/usr/lib/terminfo/e/emacs}. 2853@file{/usr/lib/terminfo/d/dumb} to @file{/usr/lib/terminfo/e/emacs}.
2854 2854
2855Having a termcap/terminfo entry will not enable the use of full screen 2855Having a termcap/terminfo entry will not enable the use of full screen
2856programs in shell buffers. Use @kbd{M-x terminal-emulator} for that 2856programs in shell buffers. Use @kbd{M-x term} for that instead.
2857instead.
2858 2857
2859A workaround to the problem of missing termcap/terminfo entries is to 2858A workaround to the problem of missing termcap/terminfo entries is to
2860change terminal type @samp{emacs} to type @samp{dumb} or @samp{unknown} 2859change terminal type @samp{emacs} to type @samp{dumb} or @samp{unknown}
diff --git a/etc/NEWS b/etc/NEWS
index 89d78d79efb..98fe06f74e6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -864,6 +864,7 @@ are obsolete. Customize the `woman-*' faces instead.
864+++ 864+++
865*** sup-mouse.el. 865*** sup-mouse.el.
866 866
867---
867*** terminal.el is obsolete; use term.el instead. 868*** terminal.el is obsolete; use term.el instead.
868 869
869*** The previous version of todo-mode.el is obsolete and renamed otodo-mode.el. 870*** The previous version of todo-mode.el is obsolete and renamed otodo-mode.el.