]> git.eshelyaron.com Git - emacs.git/commitdiff
(url-load-hook): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 28 Apr 2008 16:27:17 +0000 (16:27 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 28 Apr 2008 16:27:17 +0000 (16:27 +0000)
lisp/url/ChangeLog
lisp/url/url-vars.el

index 531dce8e7280ba349583dc3694ca75ff66a1e63d..f3b65fd7f50d67fefa076ab0a1dc71d946c74ece 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
+
+       * url-vars.el (url-load-hook): Fix typo in docstring.
+
 2008-03-09  Magnus Henoch  <mange@freemail.hu>
 
        * url-http.el (url-http-chunked-encoding-after-change-function):
 2007-11-28  Diane Murray  <disumu@x3y2z1.net>
 
        * url-dired.el: Don't require w3-fetch and w3-open-local.
-       (url-dired-find-file): Use `find-file'.  Doc fix.
+       (url-dired-find-file): Use `find-file'.  Doc fix.
        (url-dired-find-file-mouse, url-dired-minor-mode): Doc fix.
 
 2007-11-24  Glenn Morris  <rgm@gnu.org>
        path component and non-empty query component.  Untangle path,
        query and fragment parsing code.  Add references to RFC 3986 in
        comments.
-       (url-recreate-url-attributes): Start query string with "?", not ";".
+       (url-recreate-url-attributes): Start query string with "?", not ";".
 
 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
 
index e91561185c5667b766c008390c60d4997ed657f6..3489527217afd2f485348a790cba4b1ca3d81f40 100644 (file)
@@ -385,7 +385,7 @@ Currently supported methods:
 (modify-syntax-entry ?/ " " url-parse-syntax-table)
 
 (defvar url-load-hook nil
-  "*Hooks to be run after initalizing the URL library.")
+  "*Hooks to be run after initializing the URL library.")
 
 ;;; Make OS/2 happy - yeeks
 ;; (defvar     tcp-binary-process-input-services nil