emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110897: * url-parse.el (url-path-


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110897: * url-parse.el (url-path-and-query): Minor doc fix.
Date: Sat, 17 Nov 2012 14:48:51 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110897
committer: Chong Yidong <address@hidden>
branch nick: emacs-24
timestamp: Sat 2012-11-17 14:48:51 +0800
message:
  * url-parse.el (url-path-and-query): Minor doc fix.
modified:
  lisp/url/url-parse.el
=== modified file 'lisp/url/url-parse.el'
--- a/lisp/url/url-parse.el     2012-09-25 04:13:02 +0000
+++ b/lisp/url/url-parse.el     2012-11-17 06:48:51 +0000
@@ -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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]