diff options
Diffstat (limited to 'man/widget.texi')
-rw-r--r-- | man/widget.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/widget.texi b/man/widget.texi index 3a30f56c814..290c56c6812 100644 --- a/man/widget.texi +++ b/man/widget.texi @@ -112,7 +112,7 @@ supposed to fill out a number of fields, each of which has a specific meaning. The user is not supposed to change or delete any of the text between the fields. Examples of forms in Emacs are the @file{forms} package (of course), the customize buffers, the mail and news compose -modes, and the @sc{html} form support in the @file{w3} browser. +modes, and the @acronym{HTML} form support in the @file{w3} browser. @cindex widget library, why use it The advantages for a programmer of using the @code{widget} package to @@ -739,7 +739,7 @@ TYPE ::= (url-link [KEYWORD ARGUMENT]... URL) @end example @findex browse-url-browser-function@r{, and @code{url-link} widget} -When this link is invoked, the @sc{www} browser specified by +When this link is invoked, the @acronym{WWW} browser specified by @code{browse-url-browser-function} will be called with @var{url}. @node info-link, push-button, url-link, Basic Types |