diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-12-02 20:21:49 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-12-02 20:21:49 +0000 |
commit | 7ef92bc9eab1aa5f7330fac69a22747d11153115 (patch) | |
tree | e195dc2f8eaa1a0377ec5e5da7da04086496b552 /doc/misc/dbus.texi | |
parent | 2650c1dbf9be4e645526a927cd3532e065a45e18 (diff) | |
download | emacs-7ef92bc9eab1aa5f7330fac69a22747d11153115.tar.gz |
(Overview): Minor cleanup.
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 30d7c16bd7b..b81e81c6e51 100644 --- a/doc/misc/dbus.texi +++ b/doc/misc/dbus.texi @@ -78,7 +78,7 @@ and looks like @samp{:1.42}. Additionally, a client application can register itself to a so called @dfn{known name}, which is a series of identifiers separated by dots, -like @samp{org.gnu.Emacs}. If several applications register to the +as in @samp{org.gnu.Emacs}. If several applications register to the same known name, these registrations are queued, and only the first application which has registered for the known name is reachable via this name. If this application disconnects from the bus, the next |