diff lispref/tips.texi @ 66516:62934d7c890f

(Documentation Tips): Help mode now creates hyperlinks for URLs.
author Bill Wohler <wohler@newt.com>
date Fri, 28 Oct 2005 21:53:30 +0000
parents 95aa6fb80959
children a99220d00c05
line wrap: on
line diff
--- a/lispref/tips.texi	Fri Oct 28 21:43:17 2005 +0000
+++ b/lispref/tips.texi	Fri Oct 28 21:53:30 2005 +0000
@@ -774,6 +774,14 @@
 See Info node `Font Lock' and Info node `(elisp)Font Lock Basics'.
 @end smallexample
 
+Finally, to create a hyperlink to URLs, write the URL in single
+quotes, preceded by @samp{URL}. For example,
+
+@smallexample
+The home page for the GNU project has more information (see URL
+`http://www.gnu.org/').
+@end smallexample
+
 @item
 Don't write key sequences directly in documentation strings.  Instead,
 use the @samp{\\[@dots{}]} construct to stand for them.  For example,