From: Bill Wohler Date: Fri, 28 Oct 2005 21:53:30 +0000 (+0000) Subject: (Documentation Tips): Help mode now creates hyperlinks for URLs. X-Git-Tag: emacs-pretest-22.0.90~6224 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7000848e07480303024c654fcc98e158f264baeb;p=emacs.git (Documentation Tips): Help mode now creates hyperlinks for URLs. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 16ffc6ec34d..16715350df2 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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 --git a/lispref/tips.texi b/lispref/tips.texi index 4813ac41542..ee2a7ba83e0 100644 --- a/lispref/tips.texi +++ b/lispref/tips.texi @@ -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,