comparison lispref/tips.texi @ 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 95aa6fb80959
children a99220d00c05
comparison
equal deleted inserted replaced
66515:a3510f204ba4 66516:62934d7c890f
772 772
773 @smallexample 773 @smallexample
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,
780 instead of writing @samp{C-f}, write the construct 788 instead of writing @samp{C-f}, write the construct
781 @samp{\\[forward-char]}. When Emacs displays the documentation string, 789 @samp{\\[forward-char]}. When Emacs displays the documentation string,