diff options
| -rw-r--r-- | lisp/term/x-win.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 259e4e0dfa1..eb4eb917fc6 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el | |||
| @@ -2591,7 +2591,7 @@ order until succeed.") | |||
| 2591 | "How icons for tool bars are mapped to Gtk+ stock items. | 2591 | "How icons for tool bars are mapped to Gtk+ stock items. |
| 2592 | Emacs must be compiled with the Gtk+ toolkit for this to have any effect. | 2592 | Emacs must be compiled with the Gtk+ toolkit for this to have any effect. |
| 2593 | A value that begins with n: denotes a named icon instead of a stock icon." | 2593 | A value that begins with n: denotes a named icon instead of a stock icon." |
| 2594 | :version "23.1" | 2594 | :version "22.2" |
| 2595 | :type 'alist | 2595 | :type 'alist |
| 2596 | :group 'x) | 2596 | :group 'x) |
| 2597 | 2597 | ||