emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110252: url-util.el: Fix two docstri


From: Bastien Guerry
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110252: url-util.el: Fix two docstrings.
Date: Sat, 29 Sep 2012 22:45:44 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110252
committer: Bastien Guerry <address@hidden>
branch nick: trunk
timestamp: Sat 2012-09-29 22:45:44 +0200
message:
  url-util.el: Fix two docstrings.
modified:
  Makefile.in
  lisp/url/ChangeLog
  lisp/url/url-util.el
=== modified file 'Makefile.in'
--- a/Makefile.in       2012-09-23 09:18:24 +0000
+++ b/Makefile.in       2012-09-29 20:45:44 +0000
@@ -281,6 +281,19 @@
 
 .PHONY: all ${SUBDIR} blessmail epaths-force FRC
 
+help::
+       $(info )
+       $(info make all               Compile and build Emacs.)
+       $(info make install           Install Emacs.)
+       $(info make TAGS              Update tags tables.)
+       $(info )
+       $(info make clean             Delete files created by building Emacs.)
+       $(info make distclean         Delete all files created by building or 
configuring.)
+       $(info make maintainer-clean  Like distclean, but delete more files: 
*.elc, etc.)
+       $(info make extra-clean       Like maintainer-clean, but delete backups 
and autosaves.)
+       $(info )
+       $(info make bootstrap         Compile and build from a clean state.)
+
 removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g'
 
 # Generate epaths.h from epaths.in.  This target is invoked by `configure'.

=== modified file 'lisp/url/ChangeLog'
--- a/lisp/url/ChangeLog        2012-09-25 04:13:02 +0000
+++ b/lisp/url/ChangeLog        2012-09-29 20:45:44 +0000
@@ -1,3 +1,8 @@
+2012-09-29  Bastien Guerry  <address@hidden>
+
+       * url-util.el (url-insert-entities-in-string)
+       (url-build-query-string): Fix docstrings.
+
 2012-09-25  Chong Yidong  <address@hidden>
 
        * url-parse.el (url-recreate-url-attributes):

=== modified file 'lisp/url/url-util.el'
--- a/lisp/url/url-util.el      2012-09-25 04:13:02 +0000
+++ b/lisp/url/url-util.el      2012-09-29 20:45:44 +0000
@@ -132,8 +132,8 @@
 (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:
     &  ==>  &amp;
     <  ==>  &lt;
     >  ==>  &gt;
@@ -294,7 +294,7 @@
   (key2 val2)
   (key3 val1 val2)
   (key4)
-  (key5 ""))
+  (key5 \"\"))
 
 \(This is the same format as produced by `url-parse-query-string')
 


reply via email to

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