aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-03-29 18:20:48 +0000
committerRichard M. Stallman2005-03-29 18:20:48 +0000
commit3eff9df26c6a6829972f48587cd7378ed906cc22 (patch)
tree8254557060aede42bd32a67cadea3076f6b75445
parent4f256c8ee13406f1de7b74bae6524ee6a3171b19 (diff)
downloademacs-3eff9df26c6a6829972f48587cd7378ed906cc22.tar.gz
emacs-3eff9df26c6a6829972f48587cd7378ed906cc22.zip
Minor fixes.
-rw-r--r--man/ChangeLog13
-rw-r--r--man/xresources.texi9
2 files changed, 18 insertions, 4 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 82300ff9d50..cde6f8ebf10 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,16 @@
12005-03-29 Richard M. Stallman <rms@gnu.org>
2
3 * xresources.texi: Minor fixes.
4
5 * misc.texi (Emacs Server): Fix Texinfo usage.
6
7 * emacs.texi (Top): Don't use a real section heading for
8 "Detailed Node Listing". Fake it instead.
9
10 * basic.texi (Position Info): Minor cleanup.
11
12 * mule.texi (Input Methods): Minor cleanup.
13
12005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk> 142005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
2 15
3 * programs.texi (ForIndent Vars): `fortran-if-indent' does other 16 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
diff --git a/man/xresources.texi b/man/xresources.texi
index c88ca6ad142..aaf7262d060 100644
--- a/man/xresources.texi
+++ b/man/xresources.texi
@@ -52,7 +52,8 @@ Registry, under the key @samp{HKEY_CURRENT_USER\SOFTWARE\GNU\Emacs}
52and then under the key @samp{HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs}. 52and then under the key @samp{HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs}.
53The menu and scrollbars are native widgets on MS-Windows, so they are 53The menu and scrollbars are native widgets on MS-Windows, so they are
54only customizable via the system-wide settings in the Display Control 54only customizable via the system-wide settings in the Display Control
55Panel. 55Panel. You can also set resources using the @samp{-xrm} command line
56option (see below.)
56 57
57 Programs define named resources with particular meanings. They also 58 Programs define named resources with particular meanings. They also
58define how to group resources into named classes. For instance, in 59define how to group resources into named classes. For instance, in
@@ -668,8 +669,8 @@ or just the class.
668@end table 669@end table
669 670
670@noindent 671@noindent
671You must soecify the class and the style in double-quotes, and put 672You must specify the class and the style in double-quotes, and put
672these commands at the top level in a @file{~/.gtkrc-2.0} file, like 673these commands at the top level in the GTK customization file, like
673this: 674this:
674 675
675@smallexample 676@smallexample
@@ -782,7 +783,7 @@ widget "*emacs-menuitem* style "my_menu_style"
782automatically applies only to Emacs, since other programs don't read 783automatically applies only to Emacs, since other programs don't read
783that file. For example, the drop down menu in the file dialog can not 784that file. For example, the drop down menu in the file dialog can not
784be customized by any absolute widget name, only by an absolute class 785be customized by any absolute widget name, only by an absolute class
785name. This is so because the widgets in the drop down menu do not 786name. This is because the widgets in the drop down menu do not
786have names and the menu is not contained in the Emacs GtkWindow. To 787have names and the menu is not contained in the Emacs GtkWindow. To
787have all menus in Emacs look the same, use this in 788have all menus in Emacs look the same, use this in
788@file{~/.emacs.d/gtkrc}: 789@file{~/.emacs.d/gtkrc}: