emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107462: * doc/misc/url.texi: Fix quo


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107462: * doc/misc/url.texi: Fix quote usage in body text.
Date: Wed, 29 Feb 2012 00:12:51 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107462
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-02-29 00:12:51 -0800
message:
  * doc/misc/url.texi: Fix quote usage in body text.
modified:
  doc/misc/ChangeLog
  doc/misc/url.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2012-02-29 08:11:23 +0000
+++ b/doc/misc/ChangeLog        2012-02-29 08:12:51 +0000
@@ -1,5 +1,7 @@
 2012-02-29  Glenn Morris  <address@hidden>
 
+       * url.texi: Fix quote usage in body text.
+
        * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
 
        * cl.texi: Use @code{} in menus when appropriate.

=== modified file 'doc/misc/url.texi'
--- a/doc/misc/url.texi 2012-02-29 08:11:23 +0000
+++ b/doc/misc/url.texi 2012-02-29 08:12:51 +0000
@@ -96,7 +96,7 @@
 but you should beware of the security risks of sending cleartext
 passwords.  @var{hostname} may be a domain name or a dotted decimal
 address.  If the @samp{:@var{port}} is omitted then the library will
-use the `well known' port for that service when accessing URLs.  With
+use the ``well known'' port for that service when accessing URLs.  With
 the possible exception of @code{telnet}, it is rare for ports to be
 specified, and it is possible using a non-standard port may have
 undesired consequences if a different service is listening on that
@@ -145,7 +145,7 @@
 @item port
 is the port number associated with it, or @code{nil};
 @item file
-is the `file' part of it, or @code{nil}.  This doesn't necessarily
+is the ``file'' part of it, or @code{nil}.  This doesn't necessarily
 actually refer to a file;
 @item target
 is the target part, or @code{nil};
@@ -472,7 +472,7 @@
 @var{header} is @samp{body}, then @var{contents} is put in the body
 otherwise a @var{header} header field is created with @var{contents}
 as its contents.  Note that the URL library does not consider any
-headers `dangerous' so you should check them before sending the
+headers ``dangerous'' so you should check them before sending the
 message.
 
 @c Fixme: update
@@ -1009,7 +1009,7 @@
 In some circumstances it is desirable to suppress making network
 connections.  A typical case is when rendering HTML in a mail user
 agent, when external URLs should not be activated, particularly to
-avoid `bugs' which `call home' by fetch single-pixel images and the
+avoid ``bugs'' which ``call home'' by fetch single-pixel images and the
 like.  To arrange this, bind the following variable for the duration
 of such processing.
 
@@ -1062,7 +1062,7 @@
 Note that the size of the history list is currently not limited.
 
 @vindex url-history-hash-table
-The history `list' is actually a hash table,
+The history ``list'' is actually a hash table,
 @code{url-history-hash-table}.  It contains access times keyed by URL
 strings.  The times are in the format returned by @code{current-time}.
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]