diff options
| author | Richard M. Stallman | 2005-03-29 18:20:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-03-29 18:20:48 +0000 |
| commit | 3eff9df26c6a6829972f48587cd7378ed906cc22 (patch) | |
| tree | 8254557060aede42bd32a67cadea3076f6b75445 | |
| parent | 4f256c8ee13406f1de7b74bae6524ee6a3171b19 (diff) | |
| download | emacs-3eff9df26c6a6829972f48587cd7378ed906cc22.tar.gz emacs-3eff9df26c6a6829972f48587cd7378ed906cc22.zip | |
Minor fixes.
| -rw-r--r-- | man/ChangeLog | 13 | ||||
| -rw-r--r-- | man/xresources.texi | 9 |
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 @@ | |||
| 1 | 2005-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 | |||
| 1 | 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk> | 14 | 2005-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} | |||
| 52 | and then under the key @samp{HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs}. | 52 | and then under the key @samp{HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs}. |
| 53 | The menu and scrollbars are native widgets on MS-Windows, so they are | 53 | The menu and scrollbars are native widgets on MS-Windows, so they are |
| 54 | only customizable via the system-wide settings in the Display Control | 54 | only customizable via the system-wide settings in the Display Control |
| 55 | Panel. | 55 | Panel. You can also set resources using the @samp{-xrm} command line |
| 56 | option (see below.) | ||
| 56 | 57 | ||
| 57 | Programs define named resources with particular meanings. They also | 58 | Programs define named resources with particular meanings. They also |
| 58 | define how to group resources into named classes. For instance, in | 59 | define 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 |
| 671 | You must soecify the class and the style in double-quotes, and put | 672 | You must specify the class and the style in double-quotes, and put |
| 672 | these commands at the top level in a @file{~/.gtkrc-2.0} file, like | 673 | these commands at the top level in the GTK customization file, like |
| 673 | this: | 674 | this: |
| 674 | 675 | ||
| 675 | @smallexample | 676 | @smallexample |
| @@ -782,7 +783,7 @@ widget "*emacs-menuitem* style "my_menu_style" | |||
| 782 | automatically applies only to Emacs, since other programs don't read | 783 | automatically applies only to Emacs, since other programs don't read |
| 783 | that file. For example, the drop down menu in the file dialog can not | 784 | that file. For example, the drop down menu in the file dialog can not |
| 784 | be customized by any absolute widget name, only by an absolute class | 785 | be customized by any absolute widget name, only by an absolute class |
| 785 | name. This is so because the widgets in the drop down menu do not | 786 | name. This is because the widgets in the drop down menu do not |
| 786 | have names and the menu is not contained in the Emacs GtkWindow. To | 787 | have names and the menu is not contained in the Emacs GtkWindow. To |
| 787 | have all menus in Emacs look the same, use this in | 788 | have all menus in Emacs look the same, use this in |
| 788 | @file{~/.emacs.d/gtkrc}: | 789 | @file{~/.emacs.d/gtkrc}: |