diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-11-06 04:53:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-11-06 04:53:41 +0000 |
commit | b9dd0030dacc09b8fbb7e760f1daedd4bad779c6 (patch) | |
tree | 4fefe5c7d40d659c80b70633f56e9dd4751a1c34 /man/xresources.texi | |
parent | 62aa2563240eb80a8343a96802ba54291fee19ee (diff) | |
download | emacs-b9dd0030dacc09b8fbb7e760f1daedd4bad779c6.tar.gz |
Minor clarification of previous change.
Diffstat (limited to 'man/xresources.texi')
-rw-r--r-- | man/xresources.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/xresources.texi b/man/xresources.texi index a8547300556..02c0dd3e59a 100644 --- a/man/xresources.texi +++ b/man/xresources.texi @@ -6,10 +6,10 @@ Some aspects of Emacs behavior can be customized using X resources, as is usual for programs that use X. X resources are the only way to -customize tool-bar menus, pop-up menus and tooltip windows, since they -are implemented by general-purpose libraries that always handle -customization this way. This appendix describes the X resources -that Emacs recognizes and what they mean. +customize tooltip windows and LessTif menus, since the libraries that +implement them don't provide for customization through Emacs. This +appendix describes the X resources that Emacs recognizes and what they +mean. One way to experiment with the effect of different resource settings is to use the @code{editres} program. Select @samp{Get Tree} from the |