aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/ChangeLog4
-rw-r--r--man/help.texi10
2 files changed, 14 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 6bfdb7484f1..f64cb04fce2 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12005-10-30 Bill Wohler <wohler@newt.com>
2
3 * help.texi (Help Mode): URLs viewed with browse-url.
4
12005-10-31 Nick Roberts <nickrob@snap.net.nz> 52005-10-31 Nick Roberts <nickrob@snap.net.nz>
2 6
3 * building.texi (GDB Graphical Interface): Don't reference 7 * building.texi (GDB Graphical Interface): Don't reference
diff --git a/man/help.texi b/man/help.texi
index ee0bb6b1050..297258072f8 100644
--- a/man/help.texi
+++ b/man/help.texi
@@ -443,6 +443,16 @@ name with @kbd{Mouse-1} or @kbd{Mouse-2}, or move point there and type
443@key{RET}, to view the documentation of that command or variable. Use 443@key{RET}, to view the documentation of that command or variable. Use
444@kbd{C-c C-b} to retrace your steps. 444@kbd{C-c C-b} to retrace your steps.
445 445
446@cindex URL, viewing in help
447@cindex help, viewing web pages
448@cindex viewing web pages in help
449@cindex web pages, viewing in help
450@findex browse-url
451 You can follow cross references to URLs (web pages) as well. When
452you follow a cross reference that is a URL, the @code{browse-url}
453command is used to view the web page in a browser of your choosing.
454@xref{Browse-URL}.
455
446@kindex @key{TAB} @r{(Help mode)} 456@kindex @key{TAB} @r{(Help mode)}
447@findex help-next-ref 457@findex help-next-ref
448@kindex S-@key{TAB} @r{(Help mode)} 458@kindex S-@key{TAB} @r{(Help mode)}