summaryrefslogtreecommitdiff
path: root/doc/emacs
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-11-09 20:40:48 -0500
committerGlenn Morris <rgm@gnu.org>2012-11-09 20:40:48 -0500
commit19e0987902a902967992f788e5f202ba1870d74e (patch)
tree647b9d2a39795c5ab0f3d48aa331b5aa27e3c9ae /doc/emacs
parent02969baf0f063df25d1464e4852579f375595a8f (diff)
downloademacs-19e0987902a902967992f788e5f202ba1870d74e.tar.gz
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/emacs')
-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 @@
+2012-11-10 Glenn Morris <rgm@gnu.org>
+
+ * misc.texi (Terminal emulator): Rename `term-face' to `term'.
+
2012-11-09 Glenn Morris <rgm@gnu.org>
* 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
terminals, including @command{xterm}. (Hence, you can actually run
Emacs inside an Emacs Term window.)
- The @code{term-face} face specifies the default appearance of text
+ The @code{term} face specifies the default appearance of text
in the terminal emulator (the default is the same appearance as the
@code{default} face). When terminal control codes are used to change
the appearance of text, these are represented in the terminal emulator