emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117225: Doc markup fixes re SPC, RET


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r117225: Doc markup fixes re SPC, RET
Date: Sun, 08 Jun 2014 06:57:31 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117225
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Sat 2014-06-07 23:57:15 -0700
message:
  Doc markup fixes re SPC, RET
  
  * doc/emacs/dired.texi (Marks vs Flags):
  * doc/emacs/rmail.texi (Rmail Scrolling):
  * doc/misc/ebrowse.texi (Source Display, Finding/Viewing):
  * doc/misc/erc.texi (Sample Session):
  * doc/misc/ses.texi (The Basics):
  * doc/misc/todo-mode.texi (Moving and Deleting Items):
  * doc/misc/woman.texi (Navigation):
  Markup fixes re SPC, RET.
modified:
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/dired.texi           dired.texi-20091113204419-o5vbwnq5f7feedwu-6242
  doc/emacs/rmail.texi           rmail.texi-20091113204419-o5vbwnq5f7feedwu-6274
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/ebrowse.texi          
ebrowse.texi-20091113204419-o5vbwnq5f7feedwu-6295
  doc/misc/erc.texi              erc.texi-20091113204419-o5vbwnq5f7feedwu-6298
  doc/misc/ses.texi              ses.texi-20091113204419-o5vbwnq5f7feedwu-6319
  doc/misc/todo-mode.texi        todomode.texi-20130804212326-csuj921rpk9gy1gz-1
  doc/misc/woman.texi            woman.texi-20091113204419-o5vbwnq5f7feedwu-6330
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2014-06-08 01:37:23 +0000
+++ b/doc/emacs/ChangeLog       2014-06-08 06:57:15 +0000
@@ -1,5 +1,8 @@
 2014-06-08  Glenn Morris  <address@hidden>
 
+       * dired.texi (Marks vs Flags):
+       * rmail.texi (Rmail Scrolling): Markup fixes re SPC.
+
        * help.texi (Help, Misc Help): Copyedits.
 
        * screen.texi (Menu Bar): Copyedits.

=== modified file 'doc/emacs/dired.texi'
--- a/doc/emacs/dired.texi      2014-04-29 14:45:24 +0000
+++ b/doc/emacs/dired.texi      2014-06-08 06:57:15 +0000
@@ -522,7 +522,7 @@
 that already have @samp{D} flags:
 
 @example
-* c D t  * c SPC D  * c t SPC
+* c D t  * c @key{SPC} D  * c t @key{SPC}
 @end example
 
 This assumes that no files were already marked with @samp{t}.

=== modified file 'doc/emacs/rmail.texi'
--- a/doc/emacs/rmail.texi      2014-04-29 14:45:24 +0000
+++ b/doc/emacs/rmail.texi      2014-06-08 06:57:15 +0000
@@ -114,7 +114,7 @@
 @kindex S-SPC @r{(Rmail)}
   Since the most common thing to do while reading a message is to
 scroll through it by screenfuls, Rmail makes @key{SPC} and @key{DEL}
-(or @key{S-SPC}) do the same as @kbd{C-v} (@code{scroll-up-command})
+(or @address@hidden) do the same as @kbd{C-v} (@code{scroll-up-command})
 and @kbd{M-v} (@code{scroll-down-command}) respectively.
 
 @kindex . @r{(Rmail)}

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2014-05-24 22:23:47 +0000
+++ b/doc/misc/ChangeLog        2014-06-08 06:57:15 +0000
@@ -1,3 +1,11 @@
+2014-06-08  Glenn Morris  <address@hidden>
+
+       * ebrowse.texi (Source Display, Finding/Viewing):
+       * erc.texi (Sample Session):
+       * ses.texi (The Basics):
+       * todo-mode.texi (Moving and Deleting Items):
+       * woman.texi (Navigation): Markup fixes re SPC, RET.
+
 2014-05-24  Paul Eggert  <address@hidden>
 
        Specify coding if Latin-1 Emacs would misinterpret (Bug#17575).

=== modified file 'doc/misc/ebrowse.texi'
--- a/doc/misc/ebrowse.texi     2014-05-07 17:34:53 +0000
+++ b/doc/misc/ebrowse.texi     2014-06-08 06:57:15 +0000
@@ -475,13 +475,13 @@
 name.
 
 @table @kbd
address@hidden SPC
address@hidden @key{SPC}
 This command views the class declaration if the database
 contains information about it.  If you don't parse the entire source
 you are working on, some classes will only be known to exist but the
 location of their declarations and definitions will not be known.
 
address@hidden RET
address@hidden @key{RET}
 Works like @kbd{SPC}, except that it finds the class
 declaration rather than viewing it, so that it is ready for
 editing.
@@ -876,7 +876,7 @@
 @cindex declaration of a member, in member buffers
 
 @table @kbd
address@hidden RET
address@hidden @key{RET}
 This command finds the definition of the member the cursor is on.
 Finding involves roughly the same as the standard Emacs tags facility
 does---loading the file and searching for a regular expression matching
@@ -885,7 +885,7 @@
 @item f
 This command finds the declaration of the member the cursor is on.
 
address@hidden SPC
address@hidden @key{SPC}
 This is the same command as @kbd{RET}, but views the member definition
 instead of finding the member's source file.
 

=== modified file 'doc/misc/erc.texi'
--- a/doc/misc/erc.texi 2014-05-07 17:34:53 +0000
+++ b/doc/misc/erc.texi 2014-06-08 06:57:15 +0000
@@ -150,7 +150,7 @@
 
 @item Join the #emacs channel
 
-In that buffer, type ``/join SPC #emacs'' and hit @kbd{RET}.  Depending
+In that buffer, type ``/join @key{SPC} #emacs'' and hit @kbd{RET}.  Depending
 on how you've set up ERC, either a new buffer for ``#emacs'' will be
 displayed, or a new buffer called ``#emacs'' will be created in the
 background.  If the latter, switch to the ``#emacs'' buffer.  You will

=== modified file 'doc/misc/ses.texi'
--- a/doc/misc/ses.texi 2014-05-07 17:34:53 +0000
+++ b/doc/misc/ses.texi 2014-06-08 06:57:15 +0000
@@ -223,7 +223,7 @@
 ranges.
 
 @table @kbd
address@hidden C-SPC
address@hidden address@hidden
 @itemx C-@@
 Set mark at point (@code{set-mark-command}).
 

=== modified file 'doc/misc/todo-mode.texi'
--- a/doc/misc/todo-mode.texi   2014-05-23 16:54:35 +0000
+++ b/doc/misc/todo-mode.texi   2014-06-08 06:57:15 +0000
@@ -1029,7 +1029,7 @@
 or @kbd{Y}, but not @key{SPC}, as an affirmative answer.  This is to
 diminish the risk of unintentionally executing the command, which is
 especially important with commands that do deletion, since there is no
-Todo command to undo a deletion.  If you want to be able to use SPC for
+Todo command to undo a deletion.  If you want to be able to use @key{SPC} for
 confirmation, enable the option @code{todo-y-with-space}.
 @end quotation
 

=== modified file 'doc/misc/woman.texi'
--- a/doc/misc/woman.texi       2014-05-07 17:34:53 +0000
+++ b/doc/misc/woman.texi       2014-06-08 06:57:15 +0000
@@ -630,7 +630,7 @@
 Scroll the man page up the window (@code{scroll-up}).
 
 @item @key{DEL}
address@hidden @key{S-SPC}
address@hidden @address@hidden
 @kindex DEL
 @kindex S-SPC
 @findex scroll-down


reply via email to

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