diff options
| author | Bill Wohler | 2005-10-28 21:53:30 +0000 |
|---|---|---|
| committer | Bill Wohler | 2005-10-28 21:53:30 +0000 |
| commit | 7000848e07480303024c654fcc98e158f264baeb (patch) | |
| tree | 41ba8b00f924aac652bd0a5879fae1c24731e32e | |
| parent | 22e388cda9dae21012adc90a3cb40954e393123f (diff) | |
| download | emacs-7000848e07480303024c654fcc98e158f264baeb.tar.gz emacs-7000848e07480303024c654fcc98e158f264baeb.zip | |
(Documentation Tips): Help mode now creates hyperlinks for URLs.
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/tips.texi | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 16ffc6ec34d..16715350df2 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-10-28 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * tips.texi (Documentation Tips): Help mode now creates hyperlinks | ||
| 4 | for URLs. | ||
| 5 | |||
| 1 | 2005-10-28 Richard M. Stallman <rms@gnu.org> | 6 | 2005-10-28 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * minibuf.texi (Completion Commands): Clean up prev change. | 8 | * 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, | |||
| 774 | See Info node `Font Lock' and Info node `(elisp)Font Lock Basics'. | 774 | See Info node `Font Lock' and Info node `(elisp)Font Lock Basics'. |
| 775 | @end smallexample | 775 | @end smallexample |
| 776 | 776 | ||
| 777 | Finally, to create a hyperlink to URLs, write the URL in single | ||
| 778 | quotes, preceded by @samp{URL}. For example, | ||
| 779 | |||
| 780 | @smallexample | ||
| 781 | The home page for the GNU project has more information (see URL | ||
| 782 | `http://www.gnu.org/'). | ||
| 783 | @end smallexample | ||
| 784 | |||
| 777 | @item | 785 | @item |
| 778 | Don't write key sequences directly in documentation strings. Instead, | 786 | Don't write key sequences directly in documentation strings. Instead, |
| 779 | use the @samp{\\[@dots{}]} construct to stand for them. For example, | 787 | use the @samp{\\[@dots{}]} construct to stand for them. For example, |