diff options
| -rw-r--r-- | man/info.texi | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/man/info.texi b/man/info.texi index 40c1b268da1..312043188ab 100644 --- a/man/info.texi +++ b/man/info.texi | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | @syncodeindex vr cp | 6 | @syncodeindex vr cp |
| 7 | @syncodeindex ky cp | 7 | @syncodeindex ky cp |
| 8 | @comment %**end of header | 8 | @comment %**end of header |
| 9 | @comment $Id: info.texi,v 1.29 2003/07/04 21:07:23 teirllm Exp $ | 9 | @comment $Id: info.texi,v 1.30 2003/07/08 01:21:43 teirllm Exp $ |
| 10 | 10 | ||
| 11 | @copying | 11 | @copying |
| 12 | This file describes how to use Info, the on-line, menu-driven GNU | 12 | This file describes how to use Info, the on-line, menu-driven GNU |
| @@ -435,18 +435,19 @@ Thus it is useful to know it is there. | |||
| 435 | 435 | ||
| 436 | @findex visible-mode | 436 | @findex visible-mode |
| 437 | You can make invisible text visible by using the command @kbd{M-x | 437 | You can make invisible text visible by using the command @kbd{M-x |
| 438 | visible-mode}. @code{visible-mode} is a minor mode, so using it a | 438 | visible-mode}. @dfn{Visible mode} is a minor mode, so using the |
| 439 | second time will make the text invisible again. Use this command and | 439 | command a second time will make the text invisible again. Watch the |
| 440 | watch its effect on the ``menu'' below and the top line of this node. | 440 | effects of the command on the ``menu'' below and the top line of this |
| 441 | node. | ||
| 441 | 442 | ||
| 442 | If you prefer to @emph{always} see the invisible text, you can set | 443 | If you prefer to @emph{always} see the invisible text, you can set |
| 443 | @code{Info-hide-note-references} to @code{nil}. Enabling | 444 | @code{Info-hide-note-references} to @code{nil}. Enabling Visible mode |
| 444 | @code{visible-mode} permanently is not a real alternative, because | 445 | permanently is not a real alternative, because Emacs Info also uses |
| 445 | Emacs Info also uses (although less extensively) another text property | 446 | (although less extensively) another text property that can change the |
| 446 | that can change the text being displayed, the @samp{display} property. | 447 | text being displayed, the @samp{display} property. Only the |
| 447 | Only the invisibility property is affected by @code{visible-mode}. | 448 | invisibility property is affected by Visible mode. When, in this |
| 448 | When, in this tutorial, we refer to the @samp{Emacs} behavior, we mean | 449 | tutorial, we refer to the @samp{Emacs} behavior, we mean the |
| 449 | the @emph{default} Emacs behavior. | 450 | @emph{default} Emacs behavior. |
| 450 | 451 | ||
| 451 | Now type @kbd{]}, to learn about the @kbd{]} and @kbd{[} commands. | 452 | Now type @kbd{]}, to learn about the @kbd{]} and @kbd{[} commands. |
| 452 | 453 | ||
| @@ -526,7 +527,7 @@ there is no line above it which starts with @w{@samp{* Menu:}}. Also, | |||
| 526 | in a real menu item, the @samp{*} would appear at the very start of | 527 | in a real menu item, the @samp{*} would appear at the very start of |
| 527 | the line. This is why the ``normally hidden'' text in Emacs, namely | 528 | the line. This is why the ``normally hidden'' text in Emacs, namely |
| 528 | @samp{: Node about FOO.}, is actually visible in this example, even | 529 | @samp{: Node about FOO.}, is actually visible in this example, even |
| 529 | when @code{visible-mode} is off.]] | 530 | when Visible mode is off.]] |
| 530 | 531 | ||
| 531 | When you use a menu to go to another node (in a way that will be | 532 | When you use a menu to go to another node (in a way that will be |
| 532 | described soon), what you specify is the subtopic name, the first | 533 | described soon), what you specify is the subtopic name, the first |
| @@ -619,7 +620,7 @@ three ways of going to one place, Help-FOO: | |||
| 619 | * Help-FOO:: And yet another! | 620 | * Help-FOO:: And yet another! |
| 620 | @end menu | 621 | @end menu |
| 621 | 622 | ||
| 622 | (Turn @code{visible-mode} on if you are using Emacs.) | 623 | (Turn Visible mode on if you are using Emacs.) |
| 623 | 624 | ||
| 624 | @format | 625 | @format |
| 625 | >> Now type just an @kbd{m} and see what happens: | 626 | >> Now type just an @kbd{m} and see what happens: |