aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-06-13 00:26:45 +0000
committerChong Yidong2009-06-13 00:26:45 +0000
commit60959d23f4d7f0854f464deb3e84f6eecfb2cd9b (patch)
treea6a2279c3c707f4d2c33b29cfce8e8617d75305f
parent60cf1d099b1ad52f2d9478055748a14fe11c941d (diff)
downloademacs-60959d23f4d7f0854f464deb3e84f6eecfb2cd9b.tar.gz
emacs-60959d23f4d7f0854f464deb3e84f6eecfb2cd9b.zip
Describe buffer-face-mode properly.
-rw-r--r--etc/NEWS18
1 files changed, 11 insertions, 7 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2b5a820472a..4f129f15711 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -496,10 +496,9 @@ leading `C-x', e.g. `C-x C-= C-= C-=' increases the face height by
496three steps. Each step scales the height of the default face by the 496three steps. Each step scales the height of the default face by the
497value of the variable `text-scale-mode-step'. 497value of the variable `text-scale-mode-step'.
498 498
499*** The command `buffer-face-mode' prompts for a face name, and remaps 499*** The commands buffer-face-mode and buffer-face-set can be used to
500the default face in the current buffer to that specified face. The 500remap the default face in the current buffer. See "Buffer Face mode",
501command `variable-pitch-mode' turns on Buffer Face mode for the 501under New Modes and Packages.
502`variable-pitch' face.
503 502
504** Primary selection changes 503** Primary selection changes
505+++ 504+++
@@ -583,14 +582,19 @@ are ignored. Customize the `tooltip' face instead.
583 582
584* New Modes and Packages in Emacs 23.1 583* New Modes and Packages in Emacs 23.1
585 584
586** FIXME add details of new packages imported from lisp/gnus.
587[Maybe some information from doc/misc/gnus-coding.texi can be reused]
588
589** Auto Composition Mode is a minor mode that composes characters 585** Auto Composition Mode is a minor mode that composes characters
590automatically when they are displayed. It is globally on by default. 586automatically when they are displayed. It is globally on by default.
591It uses `auto-composition-function' (default `auto-compose-chars'). 587It uses `auto-composition-function' (default `auto-compose-chars').
592 588
593** Bubbles, a new game, is similar to SameGame. 589** Bubbles, a new game, is similar to SameGame.
590
591** Buffer Face mode is a minor mode for remapping the default face in
592the current buffer. The variable `buffer-face-mode-face' specifies
593the face to remap to. The command `buffer-face-set' prompts for a
594face name, sets `buffer-face-mode-face' to it, and enables
595buffer-face-mode. See "Face changes", under Editing Changes, for a
596description of face remapping.
597
594--- 598---
595** butterfly flips the desired bit on the drive platter. 599** butterfly flips the desired bit on the drive platter.
596See http://xkcd.com/378/ 600See http://xkcd.com/378/