1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00

(Help Mode): URLs viewed with browse-url.

This commit is contained in:
Bill Wohler 2005-10-31 01:29:17 +00:00
parent 9a36031fef
commit 7145db421b
2 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2005-10-30 Bill Wohler <wohler@newt.com>
* help.texi (Help Mode): URLs viewed with browse-url.
2005-10-31 Nick Roberts <nickrob@snap.net.nz>
* building.texi (GDB Graphical Interface): Don't reference

View file

@ -443,6 +443,16 @@ name with @kbd{Mouse-1} or @kbd{Mouse-2}, or move point there and type
@key{RET}, to view the documentation of that command or variable. Use
@kbd{C-c C-b} to retrace your steps.
@cindex URL, viewing in help
@cindex help, viewing web pages
@cindex viewing web pages in help
@cindex web pages, viewing in help
@findex browse-url
You can follow cross references to URLs (web pages) as well. When
you follow a cross reference that is a URL, the @code{browse-url}
command is used to view the web page in a browser of your choosing.
@xref{Browse-URL}.
@kindex @key{TAB} @r{(Help mode)}
@findex help-next-ref
@kindex S-@key{TAB} @r{(Help mode)}