]> git.eshelyaron.com Git - emacs.git/commitdiff
* url-parse.el (url-path-and-query): Minor doc fix.
authorChong Yidong <cyd@gnu.org>
Sat, 17 Nov 2012 06:48:51 +0000 (14:48 +0800)
committerChong Yidong <cyd@gnu.org>
Sat, 17 Nov 2012 06:48:51 +0000 (14:48 +0800)
lisp/url/url-parse.el

index cb61a0212519513cd77c0496722b2fd0b6903b3e..2efabed5cd85d51b05eb68764ba8e3c9d8a13512 100644 (file)
@@ -48,7 +48,7 @@
 
 (defun url-path-and-query (urlobj)
   "Return the path and query components of URLOBJ.
-These two components are store together in the FILENAME slot of
+These two components are stored together in the FILENAME slot of
 the object.  The return value of this function is (PATH . QUERY),
 where each of PATH and QUERY are strings or nil."
   (let ((name (url-filename urlobj))