diff options
| author | Luc Teirlinck | 2003-07-08 01:21:43 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2003-07-08 01:21:43 +0000 |
| commit | a57743b9591319c47a1c7f0cfe26df2520929751 (patch) | |
| tree | b0081c08c82683d70b42175bb8aab909b30dc14d | |
| parent | 05c6848f805136fab058116f154c8b7e1b53fa1c (diff) | |
| download | emacs-a57743b9591319c47a1c7f0cfe26df2520929751.tar.gz emacs-a57743b9591319c47a1c7f0cfe26df2520929751.zip | |
(Help-Inv, Help-M, Help-Xref): Update following renaming of `vis-mode'
to `visible-mode'.
| -rw-r--r-- | man/info.texi | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/man/info.texi b/man/info.texi index 4c691707763..40c1b268da1 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.28 2003/07/03 01:59:39 teirllm Exp $ | 9 | @comment $Id: info.texi,v 1.29 2003/07/04 21:07:23 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 |
| @@ -417,7 +417,7 @@ the same size screen, it would be impossible to warn you anyway. | |||
| 417 | to visit the next node. | 417 | to visit the next node. |
| 418 | @end format | 418 | @end format |
| 419 | 419 | ||
| 420 | @node Help-Inv, Help-M, Help-^L, Getting Started | 420 | @node Help-Inv, Help-M, Help-^L, Getting Started |
| 421 | @comment node-name, next, previous, up | 421 | @comment node-name, next, previous, up |
| 422 | @section Invisible text in Emacs Info | 422 | @section Invisible text in Emacs Info |
| 423 | 423 | ||
| @@ -433,20 +433,20 @@ visible (by default) after killing and yanking, it appears in printed | |||
| 433 | output, it gets saved to file just like any other text, and so on. | 433 | output, it gets saved to file just like any other text, and so on. |
| 434 | Thus it is useful to know it is there. | 434 | Thus it is useful to know it is there. |
| 435 | 435 | ||
| 436 | @findex vis-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 | vis-mode}. @code{vis-mode} is a minor mode, so using it a second time | 438 | visible-mode}. @code{visible-mode} is a minor mode, so using it a |
| 439 | will make the text invisible again. Use this command and watch its | 439 | second time will make the text invisible again. Use this command and |
| 440 | effect on the ``menu'' below and the top line of this node. | 440 | watch its effect on the ``menu'' below and the top line of this node. |
| 441 | 441 | ||
| 442 | If you prefer to @emph{always} see the invisible text, you can set | 442 | If you prefer to @emph{always} see the invisible text, you can set |
| 443 | @code{Info-hide-note-references} to @code{nil}. Enabling | 443 | @code{Info-hide-note-references} to @code{nil}. Enabling |
| 444 | @code{vis-mode} permanently is not a real alternative, because Emacs | 444 | @code{visible-mode} permanently is not a real alternative, because |
| 445 | Info also uses (although less extensively) another text property that | 445 | Emacs Info also uses (although less extensively) another text property |
| 446 | can change the text being displayed, the @samp{display} property. | 446 | that can change the text being displayed, the @samp{display} property. |
| 447 | Only the invisibility property is affected by @code{vis-mode}. When, | 447 | Only the invisibility property is affected by @code{visible-mode}. |
| 448 | in this tutorial, we refer to the @samp{Emacs} behavior, we mean the | 448 | When, in this tutorial, we refer to the @samp{Emacs} behavior, we mean |
| 449 | @emph{default} Emacs behavior. | 449 | the @emph{default} Emacs behavior. |
| 450 | 450 | ||
| 451 | Now type @kbd{]}, to learn about the @kbd{]} and @kbd{[} commands. | 451 | Now type @kbd{]}, to learn about the @kbd{]} and @kbd{[} commands. |
| 452 | 452 | ||
| @@ -526,7 +526,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 | 526 | 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 | 527 | the line. This is why the ``normally hidden'' text in Emacs, namely |
| 528 | @samp{: Node about FOO.}, is actually visible in this example, even | 528 | @samp{: Node about FOO.}, is actually visible in this example, even |
| 529 | when @code{vis-mode} is off.]] | 529 | when @code{visible-mode} is off.]] |
| 530 | 530 | ||
| 531 | When you use a menu to go to another node (in a way that will be | 531 | 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 | 532 | described soon), what you specify is the subtopic name, the first |
| @@ -619,7 +619,7 @@ three ways of going to one place, Help-FOO: | |||
| 619 | * Help-FOO:: And yet another! | 619 | * Help-FOO:: And yet another! |
| 620 | @end menu | 620 | @end menu |
| 621 | 621 | ||
| 622 | (Turn @code{vis-mode} on if you are using Emacs.) | 622 | (Turn @code{visible-mode} on if you are using Emacs.) |
| 623 | 623 | ||
| 624 | @format | 624 | @format |
| 625 | >> Now type just an @kbd{m} and see what happens: | 625 | >> Now type just an @kbd{m} and see what happens: |
| @@ -735,7 +735,7 @@ pointer shown in the header line (provided that you have a mouse). | |||
| 735 | Cross references look like this: @xref{Help-Cross, Cross}. That text | 735 | Cross references look like this: @xref{Help-Cross, Cross}. That text |
| 736 | is a real, live cross reference, whose name is @samp{Cross} and which | 736 | is a real, live cross reference, whose name is @samp{Cross} and which |
| 737 | points to the node named @samp{Help-Cross}. (The node name is hidden | 737 | points to the node named @samp{Help-Cross}. (The node name is hidden |
| 738 | in Emacs. Do @kbd{M-x vis-mode} to show or hide it.) | 738 | in Emacs. Do @kbd{M-x visible-mode} to show or hide it.) |
| 739 | 739 | ||
| 740 | @kindex f @r{(Info mode)} | 740 | @kindex f @r{(Info mode)} |
| 741 | @findex Info-follow-reference | 741 | @findex Info-follow-reference |
| @@ -787,11 +787,11 @@ link, type @kbd{l} to get back to this node.) Here the name | |||
| 787 | @samp{texinfo} between parentheses (shown in the stand-alone version) | 787 | @samp{texinfo} between parentheses (shown in the stand-alone version) |
| 788 | refers to the file name. This file name appears in cross references | 788 | refers to the file name. This file name appears in cross references |
| 789 | and node names if it differs from the current file. In Emacs, the | 789 | and node names if it differs from the current file. In Emacs, the |
| 790 | file name is hidden (along with other text). (Use @kbd{M-x vis-mode} | 790 | file name is hidden (along with other text). (Use @kbd{M-x |
| 791 | to show or hide it.) | 791 | visible-mode} to show or hide it.) |
| 792 | 792 | ||
| 793 | The remainder of this node applies only to the Emacs version. If | 793 | The remainder of this node applies only to the Emacs version. If |
| 794 | you use the stand-alone version, you can type @kbd{n} immediately. | 794 | you use the stand-alone version, you can type @kbd{n} immediately. |
| 795 | 795 | ||
| 796 | To some users, switching manuals is a much bigger switch than | 796 | To some users, switching manuals is a much bigger switch than |
| 797 | switching sections. These users like to know that they are going to | 797 | switching sections. These users like to know that they are going to |