]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor fixes.
authorRichard M. Stallman <rms@gnu.org>
Tue, 29 Mar 2005 18:20:48 +0000 (18:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 29 Mar 2005 18:20:48 +0000 (18:20 +0000)
man/ChangeLog
man/xresources.texi

index 82300ff9d50e9cc72936a85f6ee036e1ac1645bf..cde6f8ebf10944d57f986caeab3307a16da35f11 100644 (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
index c88ca6ad142f8b404ddf80c965030ae0b579adc5..aaf7262d060d3b6e7e1c2e11d5fbfa7f7fa338b3 100644 (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}: