Mercurial > emacs
changeset 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 | a3510f204ba4 |
children | 2ed668700790 |
files | lispref/ChangeLog lispref/tips.texi |
diffstat | 2 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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,