aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2012-11-17 14:48:51 +0800
committerChong Yidong2012-11-17 14:48:51 +0800
commiteaf5afb7478ca0eb1a89286e2bb73bf578fbc638 (patch)
tree7aa314a9505c4c018a8bd6f9441e0ee7de905ab2
parent0a27d94c9b7313f74b2b87c04b78379cb3dbcedb (diff)
downloademacs-eaf5afb7478ca0eb1a89286e2bb73bf578fbc638.tar.gz
emacs-eaf5afb7478ca0eb1a89286e2bb73bf578fbc638.zip
* url-parse.el (url-path-and-query): Minor doc fix.
-rw-r--r--lisp/url/url-parse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-parse.el b/lisp/url/url-parse.el
index cb61a021251..2efabed5cd8 100644
--- a/lisp/url/url-parse.el
+++ b/lisp/url/url-parse.el
@@ -48,7 +48,7 @@
48 48
49(defun url-path-and-query (urlobj) 49(defun url-path-and-query (urlobj)
50 "Return the path and query components of URLOBJ. 50 "Return the path and query components of URLOBJ.
51These two components are store together in the FILENAME slot of 51These two components are stored together in the FILENAME slot of
52the object. The return value of this function is (PATH . QUERY), 52the object. The return value of this function is (PATH . QUERY),
53where each of PATH and QUERY are strings or nil." 53where each of PATH and QUERY are strings or nil."
54 (let ((name (url-filename urlobj)) 54 (let ((name (url-filename urlobj))