branch: externals/dbus-codegen
commit 90511efef48b75b44de0d3a65687aafa0b1ee291
Author: Paul Eggert <[email protected]>
Commit: Stefan Monnier <[email protected]>
Fix some quoting problems in doc strings
Most of these are minor issues involving, e.g., quoting `like this'
instead of 'like this'. A few involve escaping ` and ' with a
preceding \= when the characters should not be turned into curved single
quotes.
---
dbus-codegen.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dbus-codegen.el b/dbus-codegen.el
index 5f60dd1..049d379 100644
--- a/dbus-codegen.el
+++ b/dbus-codegen.el
@@ -626,7 +626,7 @@ XML is either a string which defines the interface of the
D-Bus
proxy, or a Lisp form which returns a string. The format of the
string must comply with the standard D-Bus introspection data
format as described in:
-`http://dbus.freedesktop.org/doc/dbus-specification.html#introspection-format>'.
+`http://dbus.freedesktop.org/doc/dbus-specification.html#introspection-format'.
INTERFACE is a name of interface which is represented by this
proxy.
@@ -828,7 +828,7 @@ XML is either a string which defines the interface of the
D-Bus
skeleton, or a Lisp form which returns a string. The format of the
string must comply with the standard D-Bus introspection data
format as described in:
-`http://dbus.freedesktop.org/doc/dbus-specification.html#introspection-format>'.
+`http://dbus.freedesktop.org/doc/dbus-specification.html#introspection-format'.
INTERFACE is a name of interface which is represented by this
skeleton.