summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2021-01-04 07:50:26 -0800
committerGlenn Morris <rgm@gnu.org>2021-01-04 07:50:26 -0800
commit2c847902522ae74c9b25b2a3fa60565e0187fd0a (patch)
tree10847b162d0cab525fd670de5ab66618edadeb88 /doc
parentb90f3c5cae7b27c06a017611e220178573bee122 (diff)
parent99cc0045ebd45ade32c0b42fe807d87a52458542 (diff)
downloademacs-2c847902522ae74c9b25b2a3fa60565e0187fd0a.tar.gz
Merge from origin/emacs-27
99cc0045eb (origin/emacs-27) Update two user option names in the Widg...
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/widget.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/widget.texi b/doc/misc/widget.texi
index b0254e0824c..7fd9212d714 100644
--- a/doc/misc/widget.texi
+++ b/doc/misc/widget.texi
@@ -692,14 +692,14 @@ arguments, which will be used when creating the @code{radio-button} or
@end table
-@deffn {User Option} widget-glyph-directory
-Directory where glyphs are found.
+@deffn {User Option} widget-image-directory
+Directory where Widget should look for images.
Widget will look here for a file with the same name as specified for the
image, with either a @file{.xpm} (if supported) or @file{.xbm} extension.
@end deffn
-@deffn{User Option} widget-glyph-enable
-If non-@code{nil}, allow glyphs to appear on displays where they are supported.
+@deffn{User Option} widget-image-enable
+If non-@code{nil}, allow images to appear on displays where they are supported.
@end deffn