diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2018-03-01 09:25:55 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2018-03-01 09:25:55 +0100 |
commit | 304278c040bf0d98ae614da83e08fb2b4df55218 (patch) | |
tree | 97b23aa95fa9ec21c24a590920d3fa9002b4dd8e /doc/misc/dbus.texi | |
parent | ca8afa7672b830d6ed570c21599f3eadb0958d79 (diff) | |
download | emacs-304278c040bf0d98ae614da83e08fb2b4df55218.tar.gz |
Further improvements on manuals
* doc/emacs/xresources.texi:
* doc/lispref/display.texi:
* doc/lispref/keymaps.texi:
* doc/misc/dbus.texi:
* doc/misc/efaq-w32.texi: Use "GTK+" where applicable.
* doc/emacs/xresources.texi (Resources): Mention several use
of "-xrm".
(Table of Resources) [verticalScrollBars]: Add reference to Scroll Bars.
Diffstat (limited to 'doc/misc/dbus.texi')
-rw-r--r-- | doc/misc/dbus.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi index b425bb0c00d..5b14382d8b8 100644 --- a/doc/misc/dbus.texi +++ b/doc/misc/dbus.texi @@ -1815,7 +1815,7 @@ The function returns a number, which counts the connections this Emacs session has established to the @var{bus} under the same unique name (see @code{dbus-get-unique-name}). It depends on the libraries Emacs is linked with, and on the environment Emacs is running. For example, -if Emacs is linked with the gtk toolkit, and it runs in a GTK-aware +if Emacs is linked with the GTK+ toolkit, and it runs in a GTK+-aware environment like Gnome, another connection might already be established. @@ -1837,9 +1837,9 @@ Example: You initialize a connection to the AT-SPI bus on your host: @result{} "unix:abstract=/tmp/dbus-2yzWHOCdSD,guid=a490dd26625870ca1298b6e10000fd7f" -;; If Emacs is built with gtk support, and you run in a GTK enabled +;; If Emacs is built with GTK+ support, and you run in a GTK+-enabled ;; environment (like a GNOME session), the initialization reuses the -;; connection established by GTK's atk bindings. +;; connection established by GTK+'s atk bindings. (dbus-init-bus my-bus) @result{} 2 |