aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorJuanma Barranquero2013-12-08 16:33:27 +0100
committerJuanma Barranquero2013-12-08 16:33:27 +0100
commit36291308801eefe5c04280c32d4b247bf7aa984e (patch)
tree9d6034dcd49506ae4333794ef32edadb7860cfdc /doc/misc
parentb3e42b7083e6d13701179e22774b4803b1054392 (diff)
downloademacs-36291308801eefe5c04280c32d4b247bf7aa984e.tar.gz
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')
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/dbus.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 5a7b301d5b0..83e681990aa 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12013-12-08 Juanma Barranquero <lekktu@gmail.com>
2
3 * dbus.texi (Properties and Annotations): Fix typo.
4
12013-12-06 Bastien Guerry <bzg@gnu.org> 52013-12-06 Bastien Guerry <bzg@gnu.org>
2 6
3 * org.texi: Don't include Emacs version within Org's version. 7 * org.texi: Don't include Emacs version within Org's version.
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:
760@end defun 760@end defun
761 761
762@defun dbus-get-all-managed-objects bus service path 762@defun dbus-get-all-managed-objects bus service path
763This functions returns all objects at @var{bus}, @var{service}, 763This function returns all objects at @var{bus}, @var{service},
764@var{path}, and the children of @var{path}. The result is a list of 764@var{path}, and the children of @var{path}. The result is a list of
765objects. Every object is a cons of an existing path name, and the 765objects. Every object is a cons of an existing path name, and the
766list of available interface objects. An interface object is another 766list of available interface objects. An interface object is another