]> git.eshelyaron.com Git - emacs.git/commitdiff
(Documentation Tips): Help mode now creates hyperlinks for URLs.
authorBill Wohler <wohler@newt.com>
Fri, 28 Oct 2005 21:53:30 +0000 (21:53 +0000)
committerBill Wohler <wohler@newt.com>
Fri, 28 Oct 2005 21:53:30 +0000 (21:53 +0000)
lispref/ChangeLog
lispref/tips.texi

index 16ffc6ec34d836b2c1c14d1f7688df0401425612..16715350df2b0f94b803a8a7dc846ed9e4c8c503 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-28  Bill Wohler  <wohler@newt.com>
+
+       * tips.texi (Documentation Tips): Help mode now creates hyperlinks
+       for URLs.
+
 2005-10-28  Richard M. Stallman  <rms@gnu.org>
 
        * minibuf.texi (Completion Commands): Clean up prev change.
index 4813ac415422f57aedc68ecf0b321817632ea747..ee2a7ba83e0d3df01f61ccf12bb188f3a229967d 100644 (file)
@@ -774,6 +774,14 @@ file name defaults to @samp{emacs}.  For example,
 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,