aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-02-29 00:12:51 -0800
committerGlenn Morris2012-02-29 00:12:51 -0800
commitbcd6cd239d7f63868ae061da8410bc2ace0c51c7 (patch)
tree7884194cb6b79acaf96af5410e34deb161d242a1
parent775b55af35d47aa5b540a7440e8dde2c53787a65 (diff)
downloademacs-bcd6cd239d7f63868ae061da8410bc2ace0c51c7.tar.gz
emacs-bcd6cd239d7f63868ae061da8410bc2ace0c51c7.zip
* doc/misc/url.texi: Fix quote usage in body text.
-rw-r--r--doc/misc/ChangeLog2
-rw-r--r--doc/misc/url.texi10
2 files changed, 7 insertions, 5 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 803ec8a8982..12c0d784a80 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,5 +1,7 @@
12012-02-29 Glenn Morris <rgm@gnu.org> 12012-02-29 Glenn Morris <rgm@gnu.org>
2 2
3 * url.texi: Fix quote usage in body text.
4
3 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus. 5 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
4 6
5 * cl.texi: Use @code{} in menus when appropriate. 7 * cl.texi: Use @code{} in menus when appropriate.
diff --git a/doc/misc/url.texi b/doc/misc/url.texi
index e18683753ae..680f1921479 100644
--- a/doc/misc/url.texi
+++ b/doc/misc/url.texi
@@ -96,7 +96,7 @@ where @samp{@r{[}} and @samp{@r{]}} delimit optional parts.
96but you should beware of the security risks of sending cleartext 96but you should beware of the security risks of sending cleartext
97passwords. @var{hostname} may be a domain name or a dotted decimal 97passwords. @var{hostname} may be a domain name or a dotted decimal
98address. If the @samp{:@var{port}} is omitted then the library will 98address. If the @samp{:@var{port}} is omitted then the library will
99use the `well known' port for that service when accessing URLs. With 99use the ``well known'' port for that service when accessing URLs. With
100the possible exception of @code{telnet}, it is rare for ports to be 100the possible exception of @code{telnet}, it is rare for ports to be
101specified, and it is possible using a non-standard port may have 101specified, and it is possible using a non-standard port may have
102undesired consequences if a different service is listening on that 102undesired consequences if a different service is listening on that
@@ -145,7 +145,7 @@ is the host name associated with it, or @code{nil};
145@item port 145@item port
146is the port number associated with it, or @code{nil}; 146is the port number associated with it, or @code{nil};
147@item file 147@item file
148is the `file' part of it, or @code{nil}. This doesn't necessarily 148is the ``file'' part of it, or @code{nil}. This doesn't necessarily
149actually refer to a file; 149actually refer to a file;
150@item target 150@item target
151is the target part, or @code{nil}; 151is the target part, or @code{nil};
@@ -472,7 +472,7 @@ The form of a mailto URL is
472@var{header} is @samp{body}, then @var{contents} is put in the body 472@var{header} is @samp{body}, then @var{contents} is put in the body
473otherwise a @var{header} header field is created with @var{contents} 473otherwise a @var{header} header field is created with @var{contents}
474as its contents. Note that the URL library does not consider any 474as its contents. Note that the URL library does not consider any
475headers `dangerous' so you should check them before sending the 475headers ``dangerous'' so you should check them before sending the
476message. 476message.
477 477
478@c Fixme: update 478@c Fixme: update
@@ -1009,7 +1009,7 @@ This the @samp{nslookup} program. It is @code{"nslookup"} by default.
1009In some circumstances it is desirable to suppress making network 1009In some circumstances it is desirable to suppress making network
1010connections. A typical case is when rendering HTML in a mail user 1010connections. A typical case is when rendering HTML in a mail user
1011agent, when external URLs should not be activated, particularly to 1011agent, when external URLs should not be activated, particularly to
1012avoid `bugs' which `call home' by fetch single-pixel images and the 1012avoid ``bugs'' which ``call home'' by fetch single-pixel images and the
1013like. To arrange this, bind the following variable for the duration 1013like. To arrange this, bind the following variable for the duration
1014of such processing. 1014of such processing.
1015 1015
@@ -1062,7 +1062,7 @@ automatically via @code{url-do-setup} when it is configured to be on.
1062Note that the size of the history list is currently not limited. 1062Note that the size of the history list is currently not limited.
1063 1063
1064@vindex url-history-hash-table 1064@vindex url-history-hash-table
1065The history `list' is actually a hash table, 1065The history ``list'' is actually a hash table,
1066@code{url-history-hash-table}. It contains access times keyed by URL 1066@code{url-history-hash-table}. It contains access times keyed by URL
1067strings. The times are in the format returned by @code{current-time}. 1067strings. The times are in the format returned by @code{current-time}.
1068 1068