emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/emacs/display.texi,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/doc/emacs/display.texi,v
Date: Tue, 03 Jun 2008 11:05:54 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     08/06/03 11:05:53

Index: doc/emacs/display.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/emacs/display.texi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- doc/emacs/display.texi      8 Apr 2008 21:23:36 -0000       1.7
+++ doc/emacs/display.texi      3 Jun 2008 11:05:52 -0000       1.8
@@ -31,6 +31,7 @@
 * Cursor Display::         Features for displaying the cursor.
 * Line Truncation::        Truncating lines to fit the screen width instead
                              of continuing them to multiple screen lines.
+* Temporary Face Changes:: Commands to temporarily modify the default text face
 * Display Custom::         Information on variables for customizing display.
 @end menu
 
@@ -1171,6 +1172,41 @@
 newline overflows into the right fringe, and the cursor appears in the
 fringe when positioned on that newline.
 
address@hidden Temporary Face Changes
address@hidden Temporary Face Changes
+
+These are commands which temporarily change the default face used to
+display text in a buffer.
+
address@hidden increase buffer face height
address@hidden increase-buffer-face-height
address@hidden decrease buffer face height
address@hidden decrease-buffer-face-height
address@hidden text-scale-mode
+To increase the size of the font used to display text in the current
+buffer, type @kbd{C-=} or @kbd{C-+}
+(@code{increase-buffer-face-height}).  With a numeric prefix argument,
+the size will be increased by that many steps (the default is 1 step);
+each step scales the font height by the value of the variable
address@hidden  If repeated, this command has a
+cumulative effect.  As a special case, a prefix argument of 0 will
+remove any scaling currently active.
+
+To decrease the size of the text, type @kbd{C--}
+(@code{decrease-buffer-face-height}).  The behavior is similar to that
+of @code{increase-buffer-face-height}, but in reverse.
+
+These commands automatically enable or disable the
address@hidden minor-mode, depending on whether the current
+font scaling is other than 1 or not.
+
address@hidden variable pitch mode
address@hidden variable-pitch-mode
+To temporarily change the display face in the current buffer to a
+variable-pitch (``proportional'') font, use the command @kbd{M-x
+variable-pitch-mode} to enable or disable the Variable Pitch minor
+mode.
+
 @node Display Custom
 @section Customization of Display
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]