diff options
| author | Glenn Morris | 2013-10-12 22:17:42 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-10-12 22:17:42 -0700 |
| commit | b22d06865b8497477b16d41388941cf231909b25 (patch) | |
| tree | c2a57d9d4c0db7d14f0297cc12423041afa88f7a /doc | |
| parent | 8c106d177f1a5b54f056ed4073e6501a684bc5d7 (diff) | |
| download | emacs-b22d06865b8497477b16d41388941cf231909b25.tar.gz emacs-b22d06865b8497477b16d41388941cf231909b25.zip | |
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
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/emacs/display.texi | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 30211fe7fb0..d37c30ea81a 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2013-10-13 Glenn Morris <rgm@gnu.org> | 1 | 2013-10-13 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * display.texi (Text Scale): Update text-scale-adjust details. | ||
| 4 | |||
| 3 | * ack.texi (Acknowledgments): | 5 | * ack.texi (Acknowledgments): |
| 4 | * emacs.texi (Acknowledgments): Use accented form of some names. | 6 | * emacs.texi (Acknowledgments): Use accented form of some names. |
| 5 | 7 | ||
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index 9327e7c8076..80dffe2e4c9 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi | |||
| @@ -743,9 +743,9 @@ determine which action to take. | |||
| 743 | @kbd{C-x}. For instance, @kbd{C-x C-= C-= C-=} increases the face | 743 | @kbd{C-x}. For instance, @kbd{C-x C-= C-= C-=} increases the face |
| 744 | height by three steps. Each step scales the text height by a factor | 744 | height by three steps. Each step scales the text height by a factor |
| 745 | of 1.2; to change this factor, customize the variable | 745 | of 1.2; to change this factor, customize the variable |
| 746 | @code{text-scale-mode-step}. As an exception, a numeric argument of 0 | 746 | @code{text-scale-mode-step}. A numeric argument of 0 |
| 747 | to the @code{text-scale-adjust} command restores the default height, | 747 | to the @code{text-scale-adjust} command restores the default height, |
| 748 | similar to typing @kbd{C-x C-0}. | 748 | the same as typing @kbd{C-x C-0}. |
| 749 | 749 | ||
| 750 | @cindex increase buffer face height | 750 | @cindex increase buffer face height |
| 751 | @findex text-scale-increase | 751 | @findex text-scale-increase |