From: Juanma Barranquero Date: Mon, 28 Apr 2008 16:27:17 +0000 (+0000) Subject: (url-load-hook): Fix typo in docstring. X-Git-Tag: emacs-pretest-23.0.90~5984 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c385aa1a132ed8cde258006ad3b8aabc27daeec2;p=emacs.git (url-load-hook): Fix typo in docstring. --- diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 531dce8e728..f3b65fd7f50 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,7 @@ +2008-04-28 Juanma Barranquero + + * url-vars.el (url-load-hook): Fix typo in docstring. + 2008-03-09 Magnus Henoch * url-http.el (url-http-chunked-encoding-after-change-function): @@ -98,7 +102,7 @@ 2007-11-28 Diane Murray * 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 @@ -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 diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el index e91561185c5..3489527217a 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