emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/dbus-codegen 90511ef 6/8: Fix some quoting problems in


From: Stefan Monnier
Subject: [elpa] externals/dbus-codegen 90511ef 6/8: Fix some quoting problems in doc strings
Date: Fri, 27 Nov 2020 22:13:53 -0500 (EST)

branch: externals/dbus-codegen
commit 90511efef48b75b44de0d3a65687aafa0b1ee291
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    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.



reply via email to

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