]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc markup fixes re SPC, RET
authorGlenn Morris <rgm@gnu.org>
Sun, 8 Jun 2014 06:57:15 +0000 (23:57 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 8 Jun 2014 06:57:15 +0000 (23:57 -0700)
* 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.

doc/emacs/ChangeLog
doc/emacs/dired.texi
doc/emacs/rmail.texi
doc/misc/ChangeLog
doc/misc/ebrowse.texi
doc/misc/erc.texi
doc/misc/ses.texi
doc/misc/todo-mode.texi
doc/misc/woman.texi

index 993028d0b19fdb23259b3bdeab6e61184b4fc218..f277526aea687970f004fb7de0fecd67ee3deb97 100644 (file)
@@ -1,5 +1,8 @@
 2014-06-08  Glenn Morris  <rgm@gnu.org>
 
+       * dired.texi (Marks vs Flags):
+       * rmail.texi (Rmail Scrolling): Markup fixes re SPC.
+
        * help.texi (Help, Misc Help): Copyedits.
 
        * screen.texi (Menu Bar): Copyedits.
index 4e9dfd5d12a18b4eb1b38ebc88cfb9c8736470be..c7dace619e98899d2a94f320d138bc2cdd14dcd3 100644 (file)
@@ -522,7 +522,7 @@ flags on all the files that have no marks, while unflagging all those
 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}.
index 6ba252393f61cf8f006b02d9aee33c62ee0bd2c3..72f3034a837dd51ea654c9d34745fa866116c602 100644 (file)
@@ -114,7 +114,7 @@ Scroll to end of message (@code{rmail-end-of-message}).
 @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 @kbd{S-@key{SPC}}) do the same as @kbd{C-v} (@code{scroll-up-command})
 and @kbd{M-v} (@code{scroll-down-command}) respectively.
 
 @kindex . @r{(Rmail)}
index ca0a3c4faa54cb2af1c271ac137027965f6a8815..332d048603f9927e642efd5871e19502dcf55275 100644 (file)
@@ -1,3 +1,11 @@
+2014-06-08  Glenn Morris  <rgm@gnu.org>
+
+       * 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  <eggert@cs.ucla.edu>
 
        Specify coding if Latin-1 Emacs would misinterpret (Bug#17575).
index 77e221d3c83430bf36acbc4c0747a39e22cac13c..9ff3e28e99df0b3427291f2bc876230244a4819d 100644 (file)
@@ -475,13 +475,13 @@ You can view or find a class declaration when the cursor is on a class
 name.
 
 @table @kbd
-@item SPC
+@item @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.
 
-@item RET
+@item @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 @@ context menu.
 @cindex declaration of a member, in member buffers
 
 @table @kbd
-@item RET
+@item @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 @@ the member.
 @item f
 This command finds the declaration of the member the cursor is on.
 
-@item SPC
+@item @key{SPC}
 This is the same command as @kbd{RET}, but views the member definition
 instead of finding the member's source file.
 
index f21b9d5cbd40a01b48288fcae2973c7992a59250..4cb5eaed60459e55065024350521d929f4696821 100644 (file)
@@ -150,7 +150,7 @@ then a bunch of other messages that describe the current IRC server.
 
 @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
index fb4d0887c68af1edb041bf18774cd589d2ba2c40..2e1159a98fe9bd4a3d67ba288d552b6e57b3f72c 100644 (file)
@@ -223,7 +223,7 @@ range A1-A2.  Many @acronym{SES} commands operate only on single cells, not
 ranges.
 
 @table @kbd
-@item C-SPC
+@item C-@key{SPC}
 @itemx C-@@
 Set mark at point (@code{set-mark-command}).
 
index 44ea7fbf06e72a757c6d68c98fa2e3aa35cffc48..d178e2a2e283fb16531c3ad4b92f5acf14b48336 100644 (file)
@@ -1029,7 +1029,7 @@ modified form of @code{y-or-n-p}, which by default only accepts @kbd{y}
 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
 
index 565d9177d4eed4a9104026472bde9bf50fa4aa6e..5a63d3523f6c9dad85205c93edd81da3ffba9f31 100644 (file)
@@ -630,7 +630,7 @@ the @code{man} key bindings.
 Scroll the man page up the window (@code{scroll-up}).
 
 @item @key{DEL}
-@itemx @key{S-SPC}
+@itemx @kbd{S-@key{SPC}}
 @kindex DEL
 @kindex S-SPC
 @findex scroll-down