mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
Doc fixes for text-scale-adjust
* lisp/face-remap.el (text-scale-adjust): Doc fix. * doc/emacs/display.texi (Text Scale): Update text-scale-adjust details. Fixes: debbugs:15434
This commit is contained in:
parent
8c106d177f
commit
b22d06865b
@ -1,5 +1,7 @@
|
|||||||
2013-10-13 Glenn Morris <rgm@gnu.org>
|
2013-10-13 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
|
* display.texi (Text Scale): Update text-scale-adjust details.
|
||||||
|
|
||||||
* ack.texi (Acknowledgments):
|
* ack.texi (Acknowledgments):
|
||||||
* emacs.texi (Acknowledgments): Use accented form of some names.
|
* emacs.texi (Acknowledgments): Use accented form of some names.
|
||||||
|
|
||||||
|
@ -743,9 +743,9 @@ determine which action to take.
|
|||||||
@kbd{C-x}. For instance, @kbd{C-x C-= C-= C-=} increases the face
|
@kbd{C-x}. For instance, @kbd{C-x C-= C-= C-=} increases the face
|
||||||
height by three steps. Each step scales the text height by a factor
|
height by three steps. Each step scales the text height by a factor
|
||||||
of 1.2; to change this factor, customize the variable
|
of 1.2; to change this factor, customize the variable
|
||||||
@code{text-scale-mode-step}. As an exception, a numeric argument of 0
|
@code{text-scale-mode-step}. A numeric argument of 0
|
||||||
to the @code{text-scale-adjust} command restores the default height,
|
to the @code{text-scale-adjust} command restores the default height,
|
||||||
similar to typing @kbd{C-x C-0}.
|
the same as typing @kbd{C-x C-0}.
|
||||||
|
|
||||||
@cindex increase buffer face height
|
@cindex increase buffer face height
|
||||||
@findex text-scale-increase
|
@findex text-scale-increase
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2013-10-13 Glenn Morris <rgm@gnu.org>
|
2013-10-13 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
|
* face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
|
||||||
|
|
||||||
* emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
|
* emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
|
||||||
Add some entries.
|
Add some entries.
|
||||||
(authors-fixed-entries): Use accented form of name.
|
(authors-fixed-entries): Use accented form of name.
|
||||||
|
@ -299,11 +299,9 @@ key-binding used to invoke the command, with all modifiers removed:
|
|||||||
- Decrease the default face height by one step
|
- Decrease the default face height by one step
|
||||||
0 Reset the default face height to the global default
|
0 Reset the default face height to the global default
|
||||||
|
|
||||||
When adjusting with `+' or `-', continue to read input events and
|
After adjusting, continue to read input events and further adjust
|
||||||
further adjust the face height as long as the input event read
|
the face height as long as the input event read
|
||||||
\(with all modifiers removed) is `+' or `-'.
|
\(with all modifiers removed) is one of the above characters.
|
||||||
|
|
||||||
When adjusting with `0', immediately finish.
|
|
||||||
|
|
||||||
Each step scales the height of the default face by the variable
|
Each step scales the height of the default face by the variable
|
||||||
`text-scale-mode-step' (a negative number of steps decreases the
|
`text-scale-mode-step' (a negative number of steps decreases the
|
||||||
|
Loading…
Reference in New Issue
Block a user