aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChong Yidong2012-01-28 11:21:04 +0800
committerChong Yidong2012-01-28 11:21:04 +0800
commit2680c30938c8f553a2d76dfe12313028b08c6dc7 (patch)
tree557e25cd3c685773f18c50a37bcf2a1d176df9cb /doc
parent0e24a8b2f490baa90f726639134d04ec82078b98 (diff)
downloademacs-2680c30938c8f553a2d76dfe12313028b08c6dc7.tar.gz
emacs-2680c30938c8f553a2d76dfe12313028b08c6dc7.zip
* lisp/frame.el (set-cursor-color): Doc fix.
* doc/emacs/display.texi (Faces): Add xref to Colors node. Fixes: debbugs:352
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/display.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 5c56720a40e..edbd20fe984 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12012-01-28 Chong Yidong <cyd@gnu.org>
2
3 * display.texi (Faces): Add xref to Colors node.
4
12012-01-27 Dani Moncayo <dmoncayo@gmail.com> 52012-01-27 Dani Moncayo <dmoncayo@gmail.com>
2 6
3 * buffers.texi (Select Buffer): Clarify explanation of switching 7 * buffers.texi (Select Buffer): Clarify explanation of switching
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi
index 67feb791fe1..6e69b723204 100644
--- a/doc/emacs/display.texi
+++ b/doc/emacs/display.texi
@@ -493,7 +493,7 @@ attribute is taken from the face named @code{default}.
493 493
494 The @code{default} face is the default for displaying text, and all 494 The @code{default} face is the default for displaying text, and all
495of its attributes are specified. Its background color is also used as 495of its attributes are specified. Its background color is also used as
496the frame's background color. 496the frame's background color. @xref{Colors}.
497 497
498@cindex cursor face 498@cindex cursor face
499 Another special face is the @code{cursor} face. On graphical 499 Another special face is the @code{cursor} face. On graphical