aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/url/ChangeLog8
-rw-r--r--lisp/url/url-vars.el2
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 531dce8e72..f3b65fd7f5 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-28 Juanma Barranquero <[email protected]>
+
+ * url-vars.el (url-load-hook): Fix typo in docstring.
+
2008-03-09 Magnus Henoch <[email protected]>
* url-http.el (url-http-chunked-encoding-after-change-function):
@@ -98,7 +102,7 @@
2007-11-28 Diane Murray <[email protected]>
* 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 <[email protected]>
@@ -391,7 +395,7 @@
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 <[email protected]>
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el
index e91561185c..3489527217 100644
--- a/lisp/url/url-vars.el
+++ b/lisp/url/url-vars.el
@@ -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