emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115699: Misc small fixes for some recent doc change


From: Glenn Morris
Subject: [Emacs-diffs] trunk r115699: Misc small fixes for some recent doc changes
Date: Sun, 22 Dec 2013 23:13:27 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115699
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2013-12-22 15:13:18 -0800
message:
  Misc small fixes for some recent doc changes
  
  * doc/emacs/calendar.texi (General Calendar):
  * doc/emacs/rmail.texi (Rmail Scrolling):
  * doc/misc/woman.texi (Navigation):
  Use itemx where appropriate.
  
  * doc/emacs/entering.texi (Entering Emacs): Typo fix.
modified:
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/calendar.texi        
calendar.texi-20091113204419-o5vbwnq5f7feedwu-6237
  doc/emacs/entering.texi        
entering.texi-20091113204419-o5vbwnq5f7feedwu-6248
  doc/emacs/rmail.texi           rmail.texi-20091113204419-o5vbwnq5f7feedwu-6274
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/woman.texi            woman.texi-20091113204419-o5vbwnq5f7feedwu-6330
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2013-12-22 18:31:38 +0000
+++ b/doc/emacs/ChangeLog       2013-12-22 23:13:18 +0000
@@ -1,3 +1,10 @@
+2013-12-22  Glenn Morris  <address@hidden>
+
+       * entering.texi (Entering Emacs): Typo fix.
+
+       * calendar.texi (General Calendar):
+       * rmail.texi (Rmail Scrolling): Use itemx where appropriate.
+
 2013-12-22  Eli Zaretskii  <address@hidden>
 
        * regs.texi (Keyboard Macro Registers): Fix last change.
@@ -26,14 +33,8 @@
 
 2013-12-20  Tassilo Horn  <address@hidden>
 
-       * rmail.texi: Document `S-SPC' as alternative to scrolling down
-       with `DEL'.
-
-       * help.texi: Ditto.
-
-       * display.texi: Ditto.
-
-       * calendar.texi: Ditto.
+       * calendar.texi, display.texi, help.texi, rmail.texi:
+       Document `S-SPC' as alternative to scrolling down with `DEL'.
 
        * frames.texi: Document `toggle-frame-maximized' and
        `toggle-frame-fullscreen' with their respective keys.

=== modified file 'doc/emacs/calendar.texi'
--- a/doc/emacs/calendar.texi   2013-12-20 20:08:17 +0000
+++ b/doc/emacs/calendar.texi   2013-12-22 23:13:18 +0000
@@ -304,7 +304,7 @@
 @item SPC
 Scroll the next window up (@code{scroll-other-window}).
 @item DEL
address@hidden S-SPC
address@hidden S-SPC
 Scroll the next window down (@code{scroll-other-window-down}).
 @item q
 Exit from calendar (@code{calendar-exit}).

=== modified file 'doc/emacs/entering.texi'
--- a/doc/emacs/entering.texi   2013-12-20 14:18:21 +0000
+++ b/doc/emacs/entering.texi   2013-12-22 23:13:18 +0000
@@ -74,7 +74,7 @@
 information about @file{site-start.el}.}
 
   You can also force Emacs to display a file or directory at startup
-by setting the variable @code{initial-buffer-choice} to a a string
+by setting the variable @code{initial-buffer-choice} to a string
 naming that file or directory.  The value of
 @code{initial-buffer-choice} may also be a function which should
 return a buffer which is then displayed.  @code{initial-buffer-choice}

=== modified file 'doc/emacs/rmail.texi'
--- a/doc/emacs/rmail.texi      2013-12-20 20:08:56 +0000
+++ b/doc/emacs/rmail.texi      2013-12-22 23:13:18 +0000
@@ -101,7 +101,7 @@
 @item @key{SPC}
 Scroll forward (@code{scroll-up-command}).
 @item @key{DEL}
address@hidden @key{S-SPC}
address@hidden @key{S-SPC}
 Scroll backward (@code{scroll-down-command}).
 @item .
 Scroll to start of message (@code{rmail-beginning-of-message}).

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2013-12-20 16:03:12 +0000
+++ b/doc/misc/ChangeLog        2013-12-22 23:13:18 +0000
@@ -1,9 +1,11 @@
+2013-12-22  Glenn Morris  <address@hidden>
+
+       * woman.texi (Navigation): Use itemx where appropriate.
+
 2013-12-20  Tassilo Horn  <address@hidden>
 
-       * info.texi: Document `S-SPC' as alternative to `DEL' for
-       scrolling.
-
-       * woman.texi: Ditto.
+       * info.texi, woman.texi:
+       Document `S-SPC' as alternative to `DEL' for scrolling.
 
 2013-12-20  Jay Belanger  <address@hidden>
 

=== modified file 'doc/misc/woman.texi'
--- a/doc/misc/woman.texi       2013-12-20 20:08:56 +0000
+++ b/doc/misc/woman.texi       2013-12-22 23:13:18 +0000
@@ -629,7 +629,7 @@
 Scroll the man page up the window (@code{scroll-up}).
 
 @item @key{DEL}
address@hidden @key{S-SPC}
address@hidden @key{S-SPC}
 @kindex DEL
 @kindex S-SPC
 @findex scroll-down


reply via email to

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