diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2013-12-08 16:33:27 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2013-12-08 16:33:27 +0100 |
commit | 36291308801eefe5c04280c32d4b247bf7aa984e (patch) | |
tree | 9d6034dcd49506ae4333794ef32edadb7860cfdc /doc/misc/dbus.texi | |
parent | b3e42b7083e6d13701179e22774b4803b1054392 (diff) | |
download | emacs-36291308801eefe5c04280c32d4b247bf7aa984e.tar.gz emacs-36291308801eefe5c04280c32d4b247bf7aa984e.tar.bz2 emacs-36291308801eefe5c04280c32d4b247bf7aa984e.zip |
Fix typos in doc files (bug#16089).
* emacs/msdog.texi (Windows Keyboard): Fix typo.
* lispref/display.texi (Progress, Face Remapping):
* lispref/processes.texi (Serial Ports):
* lispref/windows.texi (Recombining Windows): Fix typos.
* misc/dbus.texi (Properties and Annotations): Fix typo.
Diffstat (limited to 'doc/misc/dbus.texi')
-rw-r--r-- | doc/misc/dbus.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi index 1e887e02a30..a6155e2e724 100644 --- a/doc/misc/dbus.texi +++ b/doc/misc/dbus.texi @@ -760,7 +760,7 @@ If there are no properties, @code{nil} is returned. Example: @end defun @defun dbus-get-all-managed-objects bus service path -This functions returns all objects at @var{bus}, @var{service}, +This function returns all objects at @var{bus}, @var{service}, @var{path}, and the children of @var{path}. The result is a list of objects. Every object is a cons of an existing path name, and the list of available interface objects. An interface object is another |