aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2012-11-09 20:40:48 -0500
committerGlenn Morris2012-11-09 20:40:48 -0500
commit19e0987902a902967992f788e5f202ba1870d74e (patch)
tree647b9d2a39795c5ab0f3d48aa331b5aa27e3c9ae /doc
parent02969baf0f063df25d1464e4852579f375595a8f (diff)
downloademacs-19e0987902a902967992f788e5f202ba1870d74e.tar.gz
emacs-19e0987902a902967992f788e5f202ba1870d74e.zip
Face names should not end in -face (term-face)
* lisp/term.el (term): Rename from `term-face'. (term-current-face, ansi-term-color-vector) (term-default-fg-color, term-default-bg-color, term-ansi-reset): Update all users. * doc/emacs/misc.texi (Terminal emulator): Rename `term-face' to `term'. * etc/NEWS: Related edit.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/misc.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index d975112f0fb..9390daef38d 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12012-11-10 Glenn Morris <rgm@gnu.org>
2
3 * misc.texi (Terminal emulator): Rename `term-face' to `term'.
4
12012-11-09 Glenn Morris <rgm@gnu.org> 52012-11-09 Glenn Morris <rgm@gnu.org>
2 6
3 * emacs.texi (Acknowledgments): Add profiler author. 7 * emacs.texi (Acknowledgments): Add profiler author.
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index cac5e8dc9dd..244920a23ae 100644
--- a/doc/emacs/misc.texi
+++ b/doc/emacs/misc.texi
@@ -1209,7 +1209,7 @@ VT100-style escape sequences, which are accepted by most modern
1209terminals, including @command{xterm}. (Hence, you can actually run 1209terminals, including @command{xterm}. (Hence, you can actually run
1210Emacs inside an Emacs Term window.) 1210Emacs inside an Emacs Term window.)
1211 1211
1212 The @code{term-face} face specifies the default appearance of text 1212 The @code{term} face specifies the default appearance of text
1213in the terminal emulator (the default is the same appearance as the 1213in the terminal emulator (the default is the same appearance as the
1214@code{default} face). When terminal control codes are used to change 1214@code{default} face). When terminal control codes are used to change
1215the appearance of text, these are represented in the terminal emulator 1215the appearance of text, these are represented in the terminal emulator