]> git.eshelyaron.com Git - emacs.git/commitdiff
(http/https): Fix a typo in the HTTP URL.
authorEli Zaretskii <eliz@gnu.org>
Thu, 16 Nov 2006 20:53:46 +0000 (20:53 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 16 Nov 2006 20:53:46 +0000 (20:53 +0000)
man/ChangeLog
man/url.texi

index 65ec326ae9d8a583a7a1ad443cbe5bc3d02c4c4a..2c47374ec9178c70b50262e7203a81d3d85706f8 100644 (file)
@@ -1,3 +1,7 @@
+2006-11-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * url.texi (http/https): Fix a typo in the HTTP URL.
+
 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
 
        * ada-mode.texi: Total rewrite.
index 453ae4a206f7d0155a75b433b9bac238c82fbef4..610bf75bdcdd87f3e700cff72178f1213374159a 100644 (file)
@@ -250,7 +250,7 @@ supports version 1.1, specified in RFC 2616.  (This supersedes 1.0,
 defined in RFC 1945) HTTP URLs have the following form, where most of
 the parts are optional:
 @example
-http://@var{user}:@var{password}@var{host}:@var{port}/@var{path}?@var{searchpart}#@var{fragment}
+http://@var{user}:@var{password}@@@var{host}:@var{port}/@var{path}?@var{searchpart}#@var{fragment}
 @end example
 @c The @code{:@var{port}} part is optional, and @var{port} defaults to
 @c 80.  The @code{/@var{path}} part, if present, is a slash-separated