]> code.delx.au - gnu-emacs/commitdiff
* dbusbind.c (Fdbus_call_method): Unbreak usage line.
authorMagnus Henoch <mange@freemail.hu>
Thu, 16 Oct 2008 19:51:50 +0000 (19:51 +0000)
committerMagnus Henoch <mange@freemail.hu>
Thu, 16 Oct 2008 19:51:50 +0000 (19:51 +0000)
(Fdbus_call_method_asynchronously): Ditto.
This change makes C-h f display the argument list.

src/ChangeLog
src/dbusbind.c

index d57d48c666ad1166df3260f7eb56f50be6a950ba..a601b361d5aa3f854cdf6cb63cd54ac5483d8e95 100644 (file)
@@ -1,3 +1,9 @@
+2008-10-16  Magnus Henoch  <mange@freemail.hu>
+
+       * dbusbind.c (Fdbus_call_method): Unbreak usage line.
+       (Fdbus_call_method_asynchronously): Ditto.
+       This change makes C-h f display the argument list.
+
 2008-10-16  Chong Yidong  <cyd@stupidchicken.com>
 
        * fileio.c (Fexpand_file_name): Doc fix.
index 7c61de7a4d9d3ce549654a98eea7ca8d30216445..7a30cabca2ea5fa989dcb9ca411e8a5ac91d46bb 100644 (file)
@@ -785,9 +785,7 @@ object is returned instead of a list containing this single Lisp object.
 
   => "i686"
 
-usage: (dbus-call-method
-         BUS SERVICE PATH INTERFACE METHOD
-         &optional :timeout TIMEOUT &rest ARGS)  */)
+usage: (dbus-call-method BUS SERVICE PATH INTERFACE METHOD &optional :timeout TIMEOUT &rest ARGS)  */)
      (nargs, args)
      int nargs;
      register Lisp_Object *args;
@@ -969,9 +967,7 @@ Example:
 
   -| i686
 
-usage: (dbus-call-method-asynchronously
-         BUS SERVICE PATH INTERFACE METHOD HANDLER
-         &optional :timeout TIMEOUT &rest ARGS)  */)
+usage: (dbus-call-method-asynchronously BUS SERVICE PATH INTERFACE METHOD HANDLER &optional :timeout TIMEOUT &rest ARGS)  */)
      (nargs, args)
      int nargs;
      register Lisp_Object *args;