summaryrefslogtreecommitdiff
path: root/src/xdisp.c
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-06-03 16:28:17 -0700
committerGlenn Morris <rgm@gnu.org>2012-06-03 16:28:17 -0700
commit0c3461de8684836598f5ef3d32161deb84df2443 (patch)
treec169635069cccb6943b90e3c79de0f51367d080d /src/xdisp.c
parentc71232db6e7a2dbd0cb0830829dcce8285ffa138 (diff)
downloademacs-0c3461de8684836598f5ef3d32161deb84df2443.tar.gz
tool-bar-style doc fixes
* lisp/cus-start.el (tool-bar-style, tool-bar-max-label-size): Fix :version. * src/xdisp.c (tool-bar-style): Doc fix.
Diffstat (limited to 'src/xdisp.c')
-rw-r--r--src/xdisp.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index f01c86b2a07..06f6bf987fb 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -1,6 +1,6 @@
/* Display generation from window structure and buffer text.
-Copyright (C) 1985-1988, 1993-1995, 1997-2012 Free Software Foundation, Inc.
+Copyright (C) 1985-1988, 1993-1995, 1997-2012 Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@ -28745,7 +28745,9 @@ It can be one of
both - show both, text below image
both-horiz - show text to the right of the image
text-image-horiz - show text to the left of the image
- any other - use system default or image if no system default. */);
+ any other - use system default or image if no system default.
+
+This variable only affects the GTK+ toolkit version of Emacs. */);
Vtool_bar_style = Qnil;
DEFVAR_INT ("tool-bar-max-label-size", tool_bar_max_label_size,