# HG changeset patch # User Bill Wohler # Date 1130536410 0 # Node ID 62934d7c890ffa1aa9c88ee9a2f01cc94844d10b # Parent a3510f204ba42596a1c31f5399d915da64508464 (Documentation Tips): Help mode now creates hyperlinks for URLs. diff -r a3510f204ba4 -r 62934d7c890f lispref/ChangeLog --- a/lispref/ChangeLog Fri Oct 28 21:43:17 2005 +0000 +++ b/lispref/ChangeLog Fri Oct 28 21:53:30 2005 +0000 @@ -1,3 +1,8 @@ +2005-10-28 Bill Wohler + + * tips.texi (Documentation Tips): Help mode now creates hyperlinks + for URLs. + 2005-10-28 Richard M. Stallman * minibuf.texi (Completion Commands): Clean up prev change. diff -r a3510f204ba4 -r 62934d7c890f lispref/tips.texi --- 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,