]> code.delx.au - gnu-emacs/blobdiff - lisp/url/url-util.el
Merge emacs-25 into master (using imerge)
[gnu-emacs] / lisp / url / url-util.el
index 54b02e98c97f0eae6ad664f5aa718f0037f6138c..65a24a5bbb73ae4749059010898f8509dddce0b6 100644 (file)
@@ -160,7 +160,7 @@ conversion.  Replaces these characters as follows:
 
 ;;;###autoload
 (defun url-normalize-url (url)
-  "Return a 'normalized' version of URL.
+  "Return a \"normalized\" version of URL.
 Strips out default port numbers, etc."
   (let (type data retval)
     (setq data (url-generic-parse-url url)
@@ -188,7 +188,7 @@ Will not do anything if `url-show-status' is nil."
 
 ;;;###autoload
 (defun url-get-normalized-date (&optional specified-time)
- "Return a 'real' date string that most HTTP servers can understand."
+ "Return a date string that most HTTP servers can understand."
  (let ((system-time-locale "C"))
   (format-time-string "%a, %d %b %Y %T GMT" specified-time t)))