X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/f99f164170af8b7ee84bb229da6ec17b1df7c7bd..24a6b65e905fe25355fd65a1cf1fff501ba28352:/doc/misc/info.texi diff --git a/doc/misc/info.texi b/doc/misc/info.texi index 9914aa37d1..32aee99868 100644 --- a/doc/misc/info.texi +++ b/doc/misc/info.texi @@ -14,7 +14,7 @@ This file describes how to use Info, the on-line, menu-driven GNU documentation system. -Copyright @copyright{} 1989, 1992, 1996--2012 Free Software Foundation, Inc. +Copyright @copyright{} 1989, 1992, 1996--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -157,12 +157,12 @@ text @samp{Top} instead, it means that there is more text below that does not fit. To move forward through the text and see another screen full, press @key{SPC}, the Space bar. To move back up, press the key labeled @samp{Backspace} or @samp{DEL} (on some keyboards, this key -might be labeled @samp{Delete}). +might be labeled @samp{Delete}), or @key{S-SPC}. @ifinfo -Here are 40 lines of junk, so you can try @key{SPC} and @key{DEL} and -see what they do. At the end are instructions of what you should do -next. +Here are 40 lines of junk, so you can try @key{SPC} and @key{DEL} (or +@key{S-SPC}) and see what they do. At the end are instructions of +what you should do next. @format This is line 20 @@ -208,7 +208,7 @@ This is line 59 @end format If you have managed to get here, go back to the beginning with -@kbd{DEL} (or @key{BACKSPACE}), and come back here again, then you +@kbd{DEL} (or @key{S-SPC}), and come back here again, then you understand the about the @samp{Space} and @samp{Backspace} keys. So now type an @kbd{n}---just one character; don't type the quotes and don't type the Return key afterward---to get to the normal start of @@ -481,10 +481,10 @@ you to the following node in the manual @emph{regardless of level}. If you immediately want to go to that node, without having to scroll to the bottom of the screen first, you can type @kbd{]}. -Similarly, @kbd{@key{BACKSPACE}} carries you to the preceding node -regardless of level, after you scrolled to the beginning of the -present node. If you want to go to the preceding node immediately, -you can type @kbd{[}. +Similarly, @kbd{@key{BACKSPACE}} (or @kbd{@key{S-SPC}}) carries you to +the preceding node regardless of level, after you scrolled to the +beginning of the present node. If you want to go to the preceding +node immediately, you can type @kbd{[}. For instance, typing this sequence will come back here in three steps: @kbd{[ n [}. To do the same backward, type @kbd{] p ]}. @@ -1079,7 +1079,8 @@ partial node name. node name by putting it at the front, in parentheses. Thus, @kbd{g(dir)Top@key{RET}} would go to the Info Directory node, which is the node @samp{Top} in the Info file @file{dir}. Likewise, -@kbd{g(emacs)Top@key{RET}} goes to the top node of the Emacs manual. +@kbd{g(emacs)Top@key{RET}} (or just @kbd{g(emacs)@key{RET}}) goes to the +top node of the Emacs manual. The node name @samp{*} specifies the whole file. So you can look at all of the current file by typing @kbd{g*@key{RET}} or all of any @@ -1203,13 +1204,14 @@ all text that could potentially be useful. @item Info-scroll-prefer-subnodes If set to a non-@code{nil} value, @key{SPC} and @key{BACKSPACE} (or -@key{DEL}) keys in a menu visit subnodes of the current node before -scrolling to its end or beginning, respectively. For example, if the -node's menu appears on the screen, the next @key{SPC} moves to a -subnode indicated by the following menu item. Setting this option to -@code{nil} results in behavior similar to the stand-alone Info reader -program, which visits the first subnode from the menu only when you -hit the end of the current node. The default is @code{nil}. +@key{DEL}, or @key{S-SPC}) keys in a menu visit subnodes of the +current node before scrolling to its end or beginning, respectively. +For example, if the node's menu appears on the screen, the next +@key{SPC} moves to a subnode indicated by the following menu item. +Setting this option to @code{nil} results in behavior similar to the +stand-alone Info reader program, which visits the first subnode from +the menu only when you hit the end of the current node. The default +is @code{nil}. @item Info-isearch-search If non-@code{nil}, isearch in Info searches through multiple nodes.