aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-06-08 00:00:20 -0700
committerGlenn Morris2014-06-08 00:00:20 -0700
commitb6542afeae56abe6b20019df63b76539728fca54 (patch)
tree4be7b7219d2f25ef3aec7417fb8a2270b29f99fe
parent52e9721b397445547b78cab9b0071827867a6d94 (diff)
downloademacs-b6542afeae56abe6b20019df63b76539728fca54.tar.gz
emacs-b6542afeae56abe6b20019df63b76539728fca54.zip
info.texi tweaks re S-SPC
* doc/misc/info.texi (Help-Small-Screen): Clarify details of S-SPC. (Help-Small-Screen, Help-]): Do not mention S-SPC. (Emacs Info Variables): Markup fix.
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/info.texi32
2 files changed, 22 insertions, 14 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 332d048603f..6ddf4266db8 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,5 +1,9 @@
12014-06-08 Glenn Morris <rgm@gnu.org> 12014-06-08 Glenn Morris <rgm@gnu.org>
2 2
3 * info.texi (Help-Small-Screen): Clarify details of S-SPC.
4 (Help-Small-Screen, Help-]): Do not mention S-SPC.
5 (Emacs Info Variables): Markup fix.
6
3 * ebrowse.texi (Source Display, Finding/Viewing): 7 * ebrowse.texi (Source Display, Finding/Viewing):
4 * erc.texi (Sample Session): 8 * erc.texi (Sample Session):
5 * ses.texi (The Basics): 9 * ses.texi (The Basics):
diff --git a/doc/misc/info.texi b/doc/misc/info.texi
index 144ce89707b..09476126b7e 100644
--- a/doc/misc/info.texi
+++ b/doc/misc/info.texi
@@ -158,12 +158,16 @@ text @samp{Top} instead, it means that there is more text below that
158does not fit. To move forward through the text and see another screen 158does not fit. To move forward through the text and see another screen
159full, press @key{SPC}, the Space bar. To move back up, press the key 159full, press @key{SPC}, the Space bar. To move back up, press the key
160labeled @samp{Backspace} or @samp{DEL} (on some keyboards, this key 160labeled @samp{Backspace} or @samp{DEL} (on some keyboards, this key
161might be labeled @samp{Delete}), or @key{S-SPC}. 161might be labeled @samp{Delete}). In a graphical Emacs, you can also use
162@kbd{S-@key{SPC}} (press and hold the @key{Shift} key and then press
163@key{SPC}) to move backwards, but this does not work in the
164stand-alone Info reader (nor in Emacs, if you are using it in a
165text-mode terminal).
162 166
163@ifinfo 167@ifinfo
164Here are 40 lines of junk, so you can try @key{SPC} and @key{DEL} (or 168Here are 40 lines of junk, so you can try @key{SPC} and @key{DEL} and
165@key{S-SPC}) and see what they do. At the end are instructions of 169see what they do. At the end are instructions of what you should do
166what you should do next. 170next.
167 171
168@format 172@format
169This is line 20 173This is line 20
@@ -209,11 +213,11 @@ This is line 59
209@end format 213@end format
210 214
211If you have managed to get here, go back to the beginning with 215If you have managed to get here, go back to the beginning with
212@kbd{DEL} (or @key{S-SPC}), and come back here again, then you 216@key{DEL} (or @key{BACKSPACE}), and come back here again, then you
213understand the about the @samp{Space} and @samp{Backspace} keys. So 217understand about the @samp{Space} and @samp{Backspace} keys. So now
214now type an @kbd{n}---just one character; don't type the quotes and 218type an @kbd{n}---just one character; don't type the quotes and don't
215don't type the Return key afterward---to get to the normal start of 219type the Return key afterward---to get to the normal start of the
216the course. 220course.
217@end ifinfo 221@end ifinfo
218 222
219@node Help 223@node Help
@@ -478,10 +482,10 @@ you to the following node in the manual @emph{regardless of level}.
478If you immediately want to go to that node, without having to scroll 482If you immediately want to go to that node, without having to scroll
479to the bottom of the screen first, you can type @kbd{]}. 483to the bottom of the screen first, you can type @kbd{]}.
480 484
481Similarly, @kbd{@key{BACKSPACE}} (or @kbd{@key{S-SPC}}) carries you to 485Similarly, @kbd{@key{BACKSPACE}} carries you to the preceding node
482the preceding node regardless of level, after you scrolled to the 486regardless of level, after you scrolled to the beginning of the
483beginning of the present node. If you want to go to the preceding 487present node. If you want to go to the preceding node immediately,
484node immediately, you can type @kbd{[}. 488you can type @kbd{[}.
485 489
486For instance, typing this sequence will come back here in three steps: 490For instance, typing this sequence will come back here in three steps:
487@kbd{[ n [}. To do the same backward, type @kbd{] p ]}. 491@kbd{[ n [}. To do the same backward, type @kbd{] p ]}.
@@ -1214,7 +1218,7 @@ all text that could potentially be useful.
1214 1218
1215@item Info-scroll-prefer-subnodes 1219@item Info-scroll-prefer-subnodes
1216If set to a non-@code{nil} value, @key{SPC} and @key{BACKSPACE} (or 1220If set to a non-@code{nil} value, @key{SPC} and @key{BACKSPACE} (or
1217@key{DEL}, or @key{S-SPC}) keys in a menu visit subnodes of the 1221@key{DEL}, or @kbd{S-@key{SPC}}) keys in a menu visit subnodes of the
1218current node before scrolling to its end or beginning, respectively. 1222current node before scrolling to its end or beginning, respectively.
1219For example, if the node's menu appears on the screen, the next 1223For example, if the node's menu appears on the screen, the next
1220@key{SPC} moves to a subnode indicated by the following menu item. 1224@key{SPC} moves to a subnode indicated by the following menu item.