diff options
| author | Juanma Barranquero | 2013-12-08 16:33:27 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2013-12-08 16:33:27 +0100 |
| commit | 36291308801eefe5c04280c32d4b247bf7aa984e (patch) | |
| tree | 9d6034dcd49506ae4333794ef32edadb7860cfdc /doc/misc | |
| parent | b3e42b7083e6d13701179e22774b4803b1054392 (diff) | |
| download | emacs-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/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/dbus.texi | 2 |
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 @@ | |||
| 1 | 2013-12-08 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * dbus.texi (Properties and Annotations): Fix typo. | ||
| 4 | |||
| 1 | 2013-12-06 Bastien Guerry <bzg@gnu.org> | 5 | 2013-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 |
| 763 | This functions returns all objects at @var{bus}, @var{service}, | 763 | This 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 |
| 765 | objects. Every object is a cons of an existing path name, and the | 765 | objects. Every object is a cons of an existing path name, and the |
| 766 | list of available interface objects. An interface object is another | 766 | list of available interface objects. An interface object is another |