diff options
| author | Glenn Morris <rgm@gnu.org> | 2013-10-12 22:17:42 -0700 | 
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2013-10-12 22:17:42 -0700 | 
| commit | b22d06865b8497477b16d41388941cf231909b25 (patch) | |
| tree | c2a57d9d4c0db7d14f0297cc12423041afa88f7a /lisp | |
| parent | 8c106d177f1a5b54f056ed4073e6501a684bc5d7 (diff) | |
| download | emacs-b22d06865b8497477b16d41388941cf231909b25.tar.gz | |
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 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/face-remap.el | 8 | 
2 files changed, 5 insertions, 5 deletions
| diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1791cd5357a..915639c94af 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@  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):  	Add some entries.  	(authors-fixed-entries): Use accented form of name. diff --git a/lisp/face-remap.el b/lisp/face-remap.el index e4ec602efe7..75170237798 100644 --- a/lisp/face-remap.el +++ b/lisp/face-remap.el @@ -299,11 +299,9 @@ key-binding used to invoke the command, with all modifiers removed:     -      Decrease the default face height by one step     0      Reset the default face height to the global default -When adjusting with `+' or `-', continue to read input events and -further adjust the face height as long as the input event read -\(with all modifiers removed) is `+' or `-'. - -When adjusting with `0', immediately finish. +After adjusting, continue to read input events and further adjust +the face height as long as the input event read +\(with all modifiers removed) is one of the above characters.  Each step scales the height of the default face by the variable  `text-scale-mode-step' (a negative number of steps decreases the | 
