aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wohler2005-10-28 21:53:30 +0000
committerBill Wohler2005-10-28 21:53:30 +0000
commit7000848e07480303024c654fcc98e158f264baeb (patch)
tree41ba8b00f924aac652bd0a5879fae1c24731e32e
parent22e388cda9dae21012adc90a3cb40954e393123f (diff)
downloademacs-7000848e07480303024c654fcc98e158f264baeb.tar.gz
emacs-7000848e07480303024c654fcc98e158f264baeb.zip
(Documentation Tips): Help mode now creates hyperlinks for URLs.
-rw-r--r--lispref/ChangeLog5
-rw-r--r--lispref/tips.texi8
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 @@
12005-10-28 Bill Wohler <wohler@newt.com>
2
3 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
4 for URLs.
5
12005-10-28 Richard M. Stallman <rms@gnu.org> 62005-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,
774See Info node `Font Lock' and Info node `(elisp)Font Lock Basics'. 774See Info node `Font Lock' and Info node `(elisp)Font Lock Basics'.
775@end smallexample 775@end smallexample
776 776
777Finally, to create a hyperlink to URLs, write the URL in single
778quotes, preceded by @samp{URL}. For example,
779
780@smallexample
781The home page for the GNU project has more information (see URL
782`http://www.gnu.org/').
783@end smallexample
784
777@item 785@item
778Don't write key sequences directly in documentation strings. Instead, 786Don't write key sequences directly in documentation strings. Instead,
779use the @samp{\\[@dots{}]} construct to stand for them. For example, 787use the @samp{\\[@dots{}]} construct to stand for them. For example,