aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wohler2005-10-28 21:43:17 +0000
committerBill Wohler2005-10-28 21:43:17 +0000
commit22e388cda9dae21012adc90a3cb40954e393123f (patch)
treea2be990e8671be2cde4ccf8cc5eaf58f57c628b9
parentae3859c022f40189356e5a2d1e642fea0fa76b76 (diff)
downloademacs-22e388cda9dae21012adc90a3cb40954e393123f.tar.gz
emacs-22e388cda9dae21012adc90a3cb40954e393123f.zip
(Help): Help mode now creates hyperlinks for URLs.
-rw-r--r--man/ChangeLog4
-rw-r--r--man/help.texi4
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 @@
12005-10-28 Bill Wohler <wohler@newt.com>
2
3 * help.texi (Help): Help mode now creates hyperlinks for URLs.
4
12005-10-28 Richard M. Stallman <rms@gnu.org> 52005-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
34scroll conveniently with @key{SPC} and @key{DEL}. It also offers 34scroll conveniently with @key{SPC} and @key{DEL}. It also offers
35hyperlinks to further help regarding cross-referenced names, Info nodes, 35hyperlinks to URLs and further help regarding cross-referenced names, Info
36customization buffers and the like. @xref{Help Mode}. 36nodes, 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