emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114642: Doc fixes for text-scale-adjust


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114642: Doc fixes for text-scale-adjust
Date: Sun, 13 Oct 2013 05:17:53 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114642
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/15434
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2013-10-12 22:17:42 -0700
message:
  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.
modified:
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/display.texi         
display.texi-20091113204419-o5vbwnq5f7feedwu-6243
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/face-remap.el             
faceremap.el-20091113204419-o5vbwnq5f7feedwu-8674
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2013-10-13 00:31:19 +0000
+++ b/doc/emacs/ChangeLog       2013-10-13 05:17:42 +0000
@@ -1,5 +1,7 @@
 2013-10-13  Glenn Morris  <address@hidden>
 
+       * display.texi (Text Scale): Update text-scale-adjust details.
+
        * ack.texi (Acknowledgments):
        * emacs.texi (Acknowledgments): Use accented form of some names.
 

=== modified file 'doc/emacs/display.texi'
--- a/doc/emacs/display.texi    2013-10-02 17:27:52 +0000
+++ b/doc/emacs/display.texi    2013-10-13 05:17:42 +0000
@@ -743,9 +743,9 @@
 @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
 of 1.2; to change this factor, customize the variable
address@hidden  As an exception, a numeric argument of 0
address@hidden  A numeric argument of 0
 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
 @findex text-scale-increase

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-10-13 00:31:19 +0000
+++ b/lisp/ChangeLog    2013-10-13 05:17:42 +0000
@@ -1,5 +1,7 @@
 2013-10-13  Glenn Morris  <address@hidden>
 
+       * 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.

=== modified file 'lisp/face-remap.el'
--- a/lisp/face-remap.el        2013-06-18 10:52:07 +0000
+++ b/lisp/face-remap.el        2013-10-13 05:17:42 +0000
@@ -299,11 +299,9 @@
    -      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


reply via email to

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