diff options
| author | Bill Wohler | 2005-10-28 21:43:17 +0000 |
|---|---|---|
| committer | Bill Wohler | 2005-10-28 21:43:17 +0000 |
| commit | 22e388cda9dae21012adc90a3cb40954e393123f (patch) | |
| tree | a2be990e8671be2cde4ccf8cc5eaf58f57c628b9 | |
| parent | ae3859c022f40189356e5a2d1e642fea0fa76b76 (diff) | |
| download | emacs-22e388cda9dae21012adc90a3cb40954e393123f.tar.gz emacs-22e388cda9dae21012adc90a3cb40954e393123f.zip | |
(Help): Help mode now creates hyperlinks for URLs.
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/help.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index d9f0312d319..1353f04b20f 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-10-28 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * help.texi (Help): Help mode now creates hyperlinks for URLs. | ||
| 4 | |||
| 1 | 2005-10-28 Richard M. Stallman <rms@gnu.org> | 5 | 2005-10-28 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * files.texi (Visiting): Explain how to enter ? in a file name. | 7 | * files.texi (Visiting): Explain how to enter ? in a file name. |
diff --git a/man/help.texi b/man/help.texi index bcae911d55f..ee0bb6b1050 100644 --- a/man/help.texi +++ b/man/help.texi | |||
| @@ -32,8 +32,8 @@ support @key{F1}.) | |||
| 32 | 32 | ||
| 33 | Most help buffers use a special major mode, Help mode, which lets you | 33 | Most help buffers use a special major mode, Help mode, which lets you |
| 34 | scroll conveniently with @key{SPC} and @key{DEL}. It also offers | 34 | scroll conveniently with @key{SPC} and @key{DEL}. It also offers |
| 35 | hyperlinks to further help regarding cross-referenced names, Info nodes, | 35 | hyperlinks to URLs and further help regarding cross-referenced names, Info |
| 36 | customization buffers and the like. @xref{Help Mode}. | 36 | nodes, customization buffers and the like. @xref{Help Mode}. |
| 37 | 37 | ||
| 38 | @cindex searching documentation efficiently | 38 | @cindex searching documentation efficiently |
| 39 | @cindex looking for a subject in documentation | 39 | @cindex looking for a subject in documentation |