diff options
author | Bastien Guerry <bzg@gnu.org> | 2012-09-29 22:45:44 +0200 |
---|---|---|
committer | Bastien Guerry <bzg@gnu.org> | 2012-09-29 22:45:44 +0200 |
commit | 04558d31ab27743cf80f0a8119b70c015009e6ed (patch) | |
tree | c5d59cca0f93d1012b36d9bb41d2c6fa68d867d8 /lisp/url/url-util.el | |
parent | d2a54f135f49226ceb27b4caf3806af4ce84467b (diff) | |
download | emacs-04558d31ab27743cf80f0a8119b70c015009e6ed.tar.gz emacs-04558d31ab27743cf80f0a8119b70c015009e6ed.tar.bz2 emacs-04558d31ab27743cf80f0a8119b70c015009e6ed.zip |
url-util.el: Fix two docstrings.
Diffstat (limited to 'lisp/url/url-util.el')
-rw-r--r-- | lisp/url/url-util.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/url/url-util.el b/lisp/url/url-util.el index 4761f71ad8f..038b7fcf7fe 100644 --- a/lisp/url/url-util.el +++ b/lisp/url/url-util.el @@ -132,8 +132,8 @@ If a list, it is a list of the types of messages to be logged." (defun url-insert-entities-in-string (string) "Convert HTML markup-start characters to entity references in STRING. Also replaces the \" character, so that the result may be safely used as - an attribute value in a tag. Returns a new string with the result of the - conversion. Replaces these characters as follows: +an attribute value in a tag. Returns a new string with the result of the +conversion. Replaces these characters as follows: & ==> & < ==> < > ==> > @@ -294,7 +294,7 @@ Given a QUERY in the form: (key2 val2) (key3 val1 val2) (key4) - (key5 "")) + (key5 \"\")) \(This is the same format as produced by `url-parse-query-string') |