aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2003-07-08 01:21:43 +0000
committerLuc Teirlinck2003-07-08 01:21:43 +0000
commita57743b9591319c47a1c7f0cfe26df2520929751 (patch)
treeb0081c08c82683d70b42175bb8aab909b30dc14d
parent05c6848f805136fab058116f154c8b7e1b53fa1c (diff)
downloademacs-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.texi36
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
12This file describes how to use Info, the on-line, menu-driven GNU 12This 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
433output, it gets saved to file just like any other text, and so on. 433output, it gets saved to file just like any other text, and so on.
434Thus it is useful to know it is there. 434Thus it is useful to know it is there.
435 435
436@findex vis-mode 436@findex visible-mode
437You can make invisible text visible by using the command @kbd{M-x 437You can make invisible text visible by using the command @kbd{M-x
438vis-mode}. @code{vis-mode} is a minor mode, so using it a second time 438visible-mode}. @code{visible-mode} is a minor mode, so using it a
439will make the text invisible again. Use this command and watch its 439second time will make the text invisible again. Use this command and
440effect on the ``menu'' below and the top line of this node. 440watch its effect on the ``menu'' below and the top line of this node.
441 441
442If you prefer to @emph{always} see the invisible text, you can set 442If 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
445Info also uses (although less extensively) another text property that 445Emacs Info also uses (although less extensively) another text property
446can change the text being displayed, the @samp{display} property. 446that can change the text being displayed, the @samp{display} property.
447Only the invisibility property is affected by @code{vis-mode}. When, 447Only the invisibility property is affected by @code{visible-mode}.
448in this tutorial, we refer to the @samp{Emacs} behavior, we mean the 448When, in this tutorial, we refer to the @samp{Emacs} behavior, we mean
449@emph{default} Emacs behavior. 449the @emph{default} Emacs behavior.
450 450
451Now type @kbd{]}, to learn about the @kbd{]} and @kbd{[} commands. 451Now 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,
526in a real menu item, the @samp{*} would appear at the very start of 526in a real menu item, the @samp{*} would appear at the very start of
527the line. This is why the ``normally hidden'' text in Emacs, namely 527the 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
529when @code{vis-mode} is off.]] 529when @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
532described soon), what you specify is the subtopic name, the first 532described 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).
735Cross references look like this: @xref{Help-Cross, Cross}. That text 735Cross references look like this: @xref{Help-Cross, Cross}. That text
736is a real, live cross reference, whose name is @samp{Cross} and which 736is a real, live cross reference, whose name is @samp{Cross} and which
737points to the node named @samp{Help-Cross}. (The node name is hidden 737points to the node named @samp{Help-Cross}. (The node name is hidden
738in Emacs. Do @kbd{M-x vis-mode} to show or hide it.) 738in 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)
788refers to the file name. This file name appears in cross references 788refers to the file name. This file name appears in cross references
789and node names if it differs from the current file. In Emacs, the 789and node names if it differs from the current file. In Emacs, the
790file name is hidden (along with other text). (Use @kbd{M-x vis-mode} 790file name is hidden (along with other text). (Use @kbd{M-x
791to show or hide it.) 791visible-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
794you use the stand-alone version, you can type @kbd{n} immediately. 794you 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
797switching sections. These users like to know that they are going to 797switching sections. These users like to know that they are going to