1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 20:30:32 -08:00

Minor fixes.

This commit is contained in:
Richard M. Stallman 2005-03-29 18:20:48 +00:00
parent 4f256c8ee1
commit 3eff9df26c
2 changed files with 18 additions and 4 deletions

View file

@ -1,3 +1,16 @@
2005-03-29 Richard M. Stallman <rms@gnu.org>
* xresources.texi: Minor fixes.
* misc.texi (Emacs Server): Fix Texinfo usage.
* emacs.texi (Top): Don't use a real section heading for
"Detailed Node Listing". Fake it instead.
* basic.texi (Position Info): Minor cleanup.
* mule.texi (Input Methods): Minor cleanup.
2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
* programs.texi (ForIndent Vars): `fortran-if-indent' does other

View file

@ -52,7 +52,8 @@ Registry, under the key @samp{HKEY_CURRENT_USER\SOFTWARE\GNU\Emacs}
and then under the key @samp{HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs}.
The menu and scrollbars are native widgets on MS-Windows, so they are
only customizable via the system-wide settings in the Display Control
Panel.
Panel. You can also set resources using the @samp{-xrm} command line
option (see below.)
Programs define named resources with particular meanings. They also
define how to group resources into named classes. For instance, in
@ -668,8 +669,8 @@ or just the class.
@end table
@noindent
You must soecify the class and the style in double-quotes, and put
these commands at the top level in a @file{~/.gtkrc-2.0} file, like
You must specify the class and the style in double-quotes, and put
these commands at the top level in the GTK customization file, like
this:
@smallexample
@ -782,7 +783,7 @@ widget "*emacs-menuitem* style "my_menu_style"
automatically applies only to Emacs, since other programs don't read
that file. For example, the drop down menu in the file dialog can not
be customized by any absolute widget name, only by an absolute class
name. This is so because the widgets in the drop down menu do not
name. This is because the widgets in the drop down menu do not
have names and the menu is not contained in the Emacs GtkWindow. To
have all menus in Emacs look the same, use this in
@file{~/.emacs.d/gtkrc}: