aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/xresources.texi30
-rw-r--r--doc/lispref/display.texi6
-rw-r--r--doc/lispref/keymaps.texi2
-rw-r--r--doc/misc/dbus.texi6
-rw-r--r--doc/misc/efaq-w32.texi26
5 files changed, 35 insertions, 35 deletions
diff --git a/doc/emacs/xresources.texi b/doc/emacs/xresources.texi
index 88bfb8261ce..8d0127f9103 100644
--- a/doc/emacs/xresources.texi
+++ b/doc/emacs/xresources.texi
@@ -119,19 +119,19 @@ named @samp{Emacs}. If you write @samp{Emacs} instead of
119regardless of frame titles and regardless of the name of the 119regardless of frame titles and regardless of the name of the
120executable file. 120executable file.
121 121
122@item -xrm @var{resource-values} 122@item -xrm @var{resource-value}
123@opindex --xrm 123@opindex --xrm
124@itemx --xrm=@var{resource-values} 124@itemx --xrm=@var{resource-value}
125@cindex resource values, command-line argument 125@cindex resource values, command-line argument
126This option specifies X resource values for the present Emacs job. 126This option specifies X resource values for the present Emacs job.
127 127
128@var{resource-values} should have the same format that you would use 128@var{resource-value} should have the same format that you would use
129inside a file of X resources. To include multiple resource 129inside a file of X resources. Several @samp{-xrm} options are
130specifications in @var{resource-values}, put a newline between them, 130possible to include multiple resource specifications. You can also
131just as you would in a file. You can also use @samp{#include 131use @samp{#include "@var{filename}"} as @var{resource-value} to
132"@var{filename}"} to include a file full of resource specifications. 132include a file full of resource specifications. Resource values
133Resource values specified with @samp{-xrm} take precedence over all 133specified with @samp{-xrm} take precedence over all other resource
134other resource specifications. 134specifications.
135@end table 135@end table
136@end ifnottex 136@end ifnottex
137 137
@@ -323,7 +323,7 @@ might be useful to turn off XIM on slow X client/server links.
323 323
324@item @code{verticalScrollBars} (class @code{ScrollBars}) 324@item @code{verticalScrollBars} (class @code{ScrollBars})
325Give frames scroll bars on the left if @samp{left}, on the right if 325Give frames scroll bars on the left if @samp{left}, on the right if
326@samp{right}; don't have scroll bars if @samp{off}. 326@samp{right}; don't have scroll bars if @samp{off} (@pxref{Scroll Bars}).
327 327
328@ifnottex 328@ifnottex
329@item @code{visualClass} (class @code{VisualClass}) 329@item @code{visualClass} (class @code{VisualClass})
@@ -513,7 +513,7 @@ The color for the border shadow, on the top and the left.
513@end ifnottex 513@end ifnottex
514 514
515@node GTK resources 515@node GTK resources
516@appendixsec GTK resources 516@appendixsec GTK+ resources
517@cindex GTK+ resources 517@cindex GTK+ resources
518@cindex resource files for GTK+ 518@cindex resource files for GTK+
519@cindex @file{~/.gtkrc-2.0} file 519@cindex @file{~/.gtkrc-2.0} file
@@ -558,7 +558,7 @@ system, see
558@end menu 558@end menu
559 559
560@node GTK Resource Basics 560@node GTK Resource Basics
561@appendixsubsec GTK Resource Basics 561@appendixsubsec GTK+ Resource Basics
562 562
563 In a GTK+ 2 resource file (usually @file{~/.emacs.d/gtkrc}), the 563 In a GTK+ 2 resource file (usually @file{~/.emacs.d/gtkrc}), the
564simplest kind of a resource setting simply assigns a value to a 564simplest kind of a resource setting simply assigns a value to a
@@ -616,7 +616,7 @@ widget "*verticalScrollBar*" style "scroll"
616@end smallexample 616@end smallexample
617 617
618@node GTK Widget Names 618@node GTK Widget Names
619@appendixsubsec GTK widget names 619@appendixsubsec GTK+ widget names
620@cindex GTK+ widget names 620@cindex GTK+ widget names
621 621
622 A GTK+ widget is specified by a @dfn{widget name} and a @dfn{widget 622 A GTK+ widget is specified by a @dfn{widget name} and a @dfn{widget
@@ -661,7 +661,7 @@ widget "*" style "my_style"
661@end smallexample 661@end smallexample
662 662
663@node GTK Names in Emacs 663@node GTK Names in Emacs
664@appendixsubsec GTK Widget Names in Emacs 664@appendixsubsec GTK+ Widget Names in Emacs
665@cindex GTK+ widget names in Emacs 665@cindex GTK+ widget names in Emacs
666@cindex GTK+ widget classes 666@cindex GTK+ widget classes
667 667
@@ -725,7 +725,7 @@ widget_class "*Menu*" style "my_menu_style"
725@end smallexample 725@end smallexample
726 726
727@node GTK styles 727@node GTK styles
728@appendixsubsec GTK styles 728@appendixsubsec GTK+ styles
729@cindex GTK+ styles 729@cindex GTK+ styles
730 730
731 Here is an example of two GTK+ style declarations: 731 Here is an example of two GTK+ style declarations:
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 64b8c0a22fa..dcd2fcffb49 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -3292,7 +3292,7 @@ nominal heights and widths would suggest.
3292@defun x-list-fonts name &optional reference-face frame maximum width 3292@defun x-list-fonts name &optional reference-face frame maximum width
3293This function returns a list of available font names that match 3293This function returns a list of available font names that match
3294@var{name}. @var{name} should be a string containing a font name in 3294@var{name}. @var{name} should be a string containing a font name in
3295either the Fontconfig, GTK, or XLFD format (@pxref{Fonts,,, emacs, The 3295either the Fontconfig, GTK+, or XLFD format (@pxref{Fonts,,, emacs, The
3296GNU Emacs Manual}). Within an XLFD string, wildcard characters may be 3296GNU Emacs Manual}). Within an XLFD string, wildcard characters may be
3297used: the @samp{*} character matches any substring, and the @samp{?} 3297used: the @samp{*} character matches any substring, and the @samp{?}
3298character matches any single character. Case is ignored when matching 3298character matches any single character. Case is ignored when matching
@@ -3550,7 +3550,7 @@ specifications are as follows:
3550 3550
3551@table @code 3551@table @code
3552@item :name 3552@item :name
3553The font name (a string), in either XLFD, Fontconfig, or GTK format. 3553The font name (a string), in either XLFD, Fontconfig, or GTK+ format.
3554@xref{Fonts,,, emacs, The GNU Emacs Manual}. 3554@xref{Fonts,,, emacs, The GNU Emacs Manual}.
3555 3555
3556@item :family 3556@item :family
@@ -5993,7 +5993,7 @@ debugging.
5993@cindex embedded widgets 5993@cindex embedded widgets
5994@cindex webkit browser widget 5994@cindex webkit browser widget
5995 5995
5996 Emacs is able to display native widgets, such as GTK WebKit widgets, 5996 Emacs is able to display native widgets, such as GTK+ WebKit widgets,
5997in Emacs buffers when it was built with the necessary support 5997in Emacs buffers when it was built with the necessary support
5998libraries and is running on a graphical terminal. To test whether 5998libraries and is running on a graphical terminal. To test whether
5999Emacs supports display of embedded widgets, check that the 5999Emacs supports display of embedded widgets, check that the
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi
index e39db7f6d09..cc2e11e0b6d 100644
--- a/doc/lispref/keymaps.texi
+++ b/doc/lispref/keymaps.texi
@@ -2750,7 +2750,7 @@ If the value is @code{grow-only}, the tool bar expands automatically,
2750but does not contract automatically. To contract the tool bar, the 2750but does not contract automatically. To contract the tool bar, the
2751user has to redraw the frame by entering @kbd{C-l}. 2751user has to redraw the frame by entering @kbd{C-l}.
2752 2752
2753If Emacs is built with GTK or Nextstep, the tool bar can only show one 2753If Emacs is built with GTK+ or Nextstep, the tool bar can only show one
2754line, so this variable has no effect. 2754line, so this variable has no effect.
2755@end defvar 2755@end defvar
2756 2756
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
1815session has established to the @var{bus} under the same unique name 1815session has established to the @var{bus} under the same unique name
1816(see @code{dbus-get-unique-name}). It depends on the libraries Emacs 1816(see @code{dbus-get-unique-name}). It depends on the libraries Emacs
1817is linked with, and on the environment Emacs is running. For example, 1817is linked with, and on the environment Emacs is running. For example,
1818if Emacs is linked with the gtk toolkit, and it runs in a GTK-aware 1818if Emacs is linked with the GTK+ toolkit, and it runs in a GTK+-aware
1819environment like Gnome, another connection might already be 1819environment like Gnome, another connection might already be
1820established. 1820established.
1821 1821
@@ -1837,9 +1837,9 @@ Example: You initialize a connection to the AT-SPI bus on your host:
1837 1837
1838@result{} "unix:abstract=/tmp/dbus-2yzWHOCdSD,guid=a490dd26625870ca1298b6e10000fd7f" 1838@result{} "unix:abstract=/tmp/dbus-2yzWHOCdSD,guid=a490dd26625870ca1298b6e10000fd7f"
1839 1839
1840;; If Emacs is built with gtk support, and you run in a GTK enabled 1840;; If Emacs is built with GTK+ support, and you run in a GTK+-enabled
1841;; environment (like a GNOME session), the initialization reuses the 1841;; environment (like a GNOME session), the initialization reuses the
1842;; connection established by GTK's atk bindings. 1842;; connection established by GTK+'s atk bindings.
1843(dbus-init-bus my-bus) 1843(dbus-init-bus my-bus)
1844 1844
1845@result{} 2 1845@result{} 2
diff --git a/doc/misc/efaq-w32.texi b/doc/misc/efaq-w32.texi
index dd5bfd93615..af002d7a28f 100644
--- a/doc/misc/efaq-w32.texi
+++ b/doc/misc/efaq-w32.texi
@@ -316,7 +316,7 @@ file for build instructions.
316 316
317You can run Emacs without any extra steps, but if you want icons in your 317You can run Emacs without any extra steps, but if you want icons in your
318Start Menu, or for Emacs to detect the image libraries that are already 318Start Menu, or for Emacs to detect the image libraries that are already
319installed on your system as part of GTK, then you should run the program 319installed on your system as part of GTK+, then you should run the program
320@file{addpm.exe}, which is usually installed into the same @file{bin} 320@file{addpm.exe}, which is usually installed into the same @file{bin}
321directory with @file{emacs.exe}. 321directory with @file{emacs.exe}.
322 322
@@ -2206,10 +2206,10 @@ outdated. Tools available here that are useful for Emacs include:
2206@item GifLib - library to support GIF images. 2206@item GifLib - library to support GIF images.
2207@item Grep - for searching through files with @code{grep}. 2207@item Grep - for searching through files with @code{grep}.
2208@item Gzip - used by Emacs to automatically decompress .gz files. 2208@item Gzip - used by Emacs to automatically decompress .gz files.
2209@item Jpeg - library to support JPEG images (also in GTK). 2209@item Jpeg - library to support JPEG images (also in GTK+).
2210@item Lha - used by @code{archive-mode} to edit .lzh files. 2210@item Lha - used by @code{archive-mode} to edit .lzh files.
2211@item LibPng - library to support PNG images (also in GTK). 2211@item LibPng - library to support PNG images (also in GTK+).
2212@item LibTiff - library to support TIFF images (also in GTK). 2212@item LibTiff - library to support TIFF images (also in GTK+).
2213@item Make - used by @code{compile} for building projects (also in MinGW) 2213@item Make - used by @code{compile} for building projects (also in MinGW)
2214@item OpenSSL - used by @code{gnus} to talk to servers over SSL. 2214@item OpenSSL - used by @code{gnus} to talk to servers over SSL.
2215@item Patch - used by @code{ediff-patch-file} and others to apply patches. 2215@item Patch - used by @code{ediff-patch-file} and others to apply patches.
@@ -2218,21 +2218,21 @@ outdated. Tools available here that are useful for Emacs include:
2218@item Unzip - used by @code{archive-mode} for extracting zip files. 2218@item Unzip - used by @code{archive-mode} for extracting zip files.
2219@item Xpm - library to support XPM images (bundled with Emacs binaries) 2219@item Xpm - library to support XPM images (bundled with Emacs binaries)
2220@item Zip - used by @code{archive-mode} for editing zip files. 2220@item Zip - used by @code{archive-mode} for editing zip files.
2221@item Zlib - required by LibPng (also in GTK). 2221@item Zlib - required by LibPng (also in GTK+).
2222@end itemize 2222@end itemize
2223 2223
2224@node GTK 2224@node GTK
2225@section GTK 2225@section GTK+
2226@cindex GTK image libraries 2226@cindex GTK+ image libraries
2227@cindex image libraries, GTK 2227@cindex image libraries, GTK+
2228@cindex addpm, using GTK image libraries 2228@cindex addpm, using GTK+ image libraries
2229 2229
2230GTK is a potential source for some of the image libraries that Emacs 2230GTK+ is a potential source for some of the image libraries that Emacs
2231requires. GTK is installed along with other ports of GUI software, 2231requires. GTK+ is installed along with other ports of GUI software,
2232such as the GIMP image editor, and Pidgin instant messenger client. 2232such as the GIMP image editor, and Pidgin instant messenger client.
2233If GTK is installed when you run @command{addpm}, Emacs will use the 2233If GTK+ is installed when you run @command{addpm}, Emacs will use the
2234image libraries that it provides, even if they are not on the 2234image libraries that it provides, even if they are not on the
2235@env{PATH}. GTK ships with JPEG, PNG and TIFF support. 2235@env{PATH}. GTK+ ships with JPEG, PNG and TIFF support.
2236 2236
2237@node Read man pages 2237@node Read man pages
2238@section How do I read man pages? 2238@section How do I read man pages?