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.
This commit is contained in:
parent
9f8a63bd84
commit
52e9721b39
9 changed files with 21 additions and 10 deletions
|
@ -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.
|
||||
|
|
|
@ -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}.
|
||||
|
|
|
@ -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)}
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}).
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue