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: Thu, 05 Jun 2008 02:42:58 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     08/06/05 02:42:56

Index: doc/emacs/display.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/emacs/display.texi,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- doc/emacs/display.texi      4 Jun 2008 05:38:04 -0000       1.9
+++ doc/emacs/display.texi      5 Jun 2008 02:42:55 -0000       1.10
@@ -1179,7 +1179,7 @@
 display text in a buffer.
 
 @cindex adjust buffer face height
address@hidden adjust-buffer-face-height
address@hidden text-scale-adjust
 @kindex C-x C-+
 @kindex C-x C--
 @kindex C-x C-=
@@ -1188,7 +1188,7 @@
 step, type @kbd{C-x C-+} or @kbd{C-x C-=}.  To decrease it one step,
 type @kbd{C-x C--}.  To restore the default (global) face height, type
 @kbd{C-x C-0}.  These keys are all bound to the same command,
address@hidden, which looks at the last key typed to
address@hidden, which looks at the last key typed to
 determine the adjustment to make.
 
 The final key of these commands may be repeated without the leading
@@ -1201,23 +1201,22 @@
 argument of 0 will remove any scaling currently active.
 
 This command is a special-purpose wrapper around the
address@hidden command which makes repetition
-convenient even when it is bound in a non-top-level keymap.  For
-binding in a top-level keymap, @code{increase-buffer-face-height} or
address@hidden may be more appropriate."
address@hidden command which makes repetition convenient
+even when it is bound in a non-top-level keymap.  For binding in a
+top-level keymap, @code{text-scale-increase} or
address@hidden may be more appropriate."
 
 @cindex increase buffer face height
address@hidden increase-buffer-face-height
address@hidden text-scale-increase
 @cindex decrease buffer face height
address@hidden decrease-buffer-face-height
-The @code{increase-buffer-face-height} and
address@hidden commands increase or decrease the
-height of the default face in the current buffer by one step.  With a
-numeric prefix argument, the size will be increased/decreased by that
-many steps; each step scales the font height by the value of the
-variable @code{text-scale-mode-step}.  If repeated, this command has a
-cumulative effect.  As a special case, a prefix argument of 0 will
-remove any scaling currently active.
address@hidden text-scale-decrease
+The @code{text-scale-increase} and @code{text-scale-decrease} commands
+increase or decrease the height of the default face in the current
+buffer by one step.  With a numeric prefix argument, the size will be
+increased/decreased by that many steps; each step scales the font
+height by the value of the variable @code{text-scale-mode-step}.  If
+repeated, this command has a cumulative effect.  As a special case, a
+prefix argument of 0 will remove any scaling currently active.
 
 @findex text-scale-mode
 These commands automatically enable or disable the




reply via email to

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