emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117221: Doc tweak re fullscreen/maximize


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r117221: Doc tweak re fullscreen/maximize
Date: Sun, 08 Jun 2014 01:15:05 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117221
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Sat 2014-06-07 18:14:58 -0700
message:
  Doc tweak re fullscreen/maximize
  
  * doc/emacs/frames.texi (Frame Commands): Copyedits re M-F10, F11.
  
  * doc/emacs/cmdargs.texi (Window Size X): Copyedits.
modified:
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/cmdargs.texi         
cmdargs.texi-20091113204419-o5vbwnq5f7feedwu-6238
  doc/emacs/frames.texi          
frames.texi-20091113204419-o5vbwnq5f7feedwu-6252
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2014-06-08 00:19:17 +0000
+++ b/doc/emacs/ChangeLog       2014-06-08 01:14:58 +0000
@@ -1,5 +1,8 @@
 2014-06-08  Glenn Morris  <address@hidden>
 
+       * frames.texi (Frame Commands): Copyedits re M-F10, F11.
+       * cmdargs.texi (Window Size X): Copyedits.
+
        * ack.texi (Acknowledgments):
        * emacs.texi (Acknowledgments): Updates.
 

=== modified file 'doc/emacs/cmdargs.texi'
--- a/doc/emacs/cmdargs.texi    2014-04-21 14:50:19 +0000
+++ b/doc/emacs/cmdargs.texi    2014-06-08 01:14:58 +0000
@@ -901,30 +901,33 @@
 @itemx --fullscreen
 @opindex --fullscreen
 @cindex fullscreen, command-line argument
-Specify that width and height shall be the size of the screen. Normally
-no window manager decorations are shown.
+Specify that width and height should be that of the screen.  Normally
+no window manager decorations are shown.  (After starting Emacs,
+you can toggle this state using @key{F11}, @code{toggle-frame-fullscreen}.)
 
 @item -mm
 @opindex -mm
 @itemx --maximized
 @opindex --maximized
 @cindex maximized, command-line argument
-Specify that the Emacs frame shall be maximized.  This normally
+Specify that the Emacs frame should be maximized.  This normally
 means that the frame has window manager decorations.
+(After starting Emacs, you can toggle this state using @kbd{M-F10},
address@hidden)
 
 @item -fh
 @opindex -fh
 @itemx --fullheight
 @opindex --fullheight
 @cindex fullheight, command-line argument
-Specify that the height shall be the height of the screen.
+Specify that the height should be the height of the screen.
 
 @item -fw
 @opindex -fw
 @itemx --fullwidth
 @opindex --fullwidth
 @cindex fullwidth, command-line argument
-Specify that the width shall be the width of the screen.
+Specify that the width should be the width of the screen.
 @end table
 
 @noindent

=== modified file 'doc/emacs/frames.texi'
--- a/doc/emacs/frames.texi     2014-05-21 16:35:31 +0000
+++ b/doc/emacs/frames.texi     2014-06-08 01:14:58 +0000
@@ -457,12 +457,16 @@
 @item M-<F10>
 @kindex M-<F10>
 @findex toggle-frame-maximized
-Toggle maximization state of the current frame.
+Toggle the maximization state of the current frame.  When a frame is
+maximized, it fills the screen.
 
 @item <F11>
 @kindex <F11>
 @findex toggle-frame-fullscreen
-Toggle fullscreen mode of the current frame.
+Toggle fullscreen mode for the current frame.  (The difference
+between ``fullscreen'' and ``maximized'' is normally that the former
+hides window manager decorations, giving slightly more screen space to
+Emacs itself.)
 @end table
 
   The @kbd{C-x 5 0} (@code{delete-frame}) command deletes the selected


reply via email to

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