diff options
| author | Luc Teirlinck | 2003-07-08 03:39:24 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2003-07-08 03:39:24 +0000 |
| commit | 51983fce82a9076a80a4e1a724df955861698555 (patch) | |
| tree | 55854edd854b42003f751561960dcd7e8b15d6c1 | |
| parent | 22065ab997c98375fe838741d333282d1d1e15e7 (diff) | |
| download | emacs-51983fce82a9076a80a4e1a724df955861698555.tar.gz emacs-51983fce82a9076a80a4e1a724df955861698555.zip | |
*** empty log message ***
| -rw-r--r-- | man/ChangeLog | 2 | ||||
| -rw-r--r-- | man/info.texi | 9 |
2 files changed, 4 insertions, 7 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 7486c8f36c0..08bfd8d784f 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -3,8 +3,6 @@ | |||
| 3 | * info.texi (Help-Inv, Help-M, Help-Xref): Update following | 3 | * info.texi (Help-Inv, Help-M, Help-Xref): Update following |
| 4 | renaming of `vis-mode' to `visible-mode'. | 4 | renaming of `vis-mode' to `visible-mode'. |
| 5 | 5 | ||
| 6 | 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu> | ||
| 7 | |||
| 8 | * display.texi (Font Lock): Fix typo. | 6 | * display.texi (Font Lock): Fix typo. |
| 9 | 7 | ||
| 10 | 2003-07-07 Richard M. Stallman <rms@gnu.org> | 8 | 2003-07-07 Richard M. Stallman <rms@gnu.org> |
diff --git a/man/info.texi b/man/info.texi index 312043188ab..f9eb5c4fd2c 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.30 2003/07/08 01:21:43 teirllm Exp $ | 9 | @comment $Id: info.texi,v 1.31 2003/07/08 03:28:42 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,10 +435,9 @@ 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}. @dfn{Visible mode} is a minor mode, so using the | 438 | visible-mode}. Visible mode is a minor mode, so using the command a |
| 439 | command a second time will make the text invisible again. Watch the | 439 | second time will make the text invisible again. Watch the effects of |
| 440 | effects of the command on the ``menu'' below and the top line of this | 440 | the command on the ``menu'' below and the top line of this node. |
| 441 | node. | ||
| 442 | 441 | ||
| 443 | 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 |
| 444 | @code{Info-hide-note-references} to @code{nil}. Enabling Visible mode | 443 | @code{Info-hide-note-references} to @code{nil}. Enabling Visible mode |