diff options
author | Seth Jackson <sethjackson@gmail.com> | 2015-12-22 16:05:23 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-12-22 18:39:51 -0500 |
commit | 47b9ac90137c7964f3e733062005fcbe3500ef4b (patch) | |
tree | 1cbfd1e574604d735d4221c07897484b7890edbf /runtime/doc/syntax.txt | |
parent | b9d1a7f810fce0652ded1496675cf635b0b785be (diff) | |
download | rneovim-47b9ac90137c7964f3e733062005fcbe3500ef4b.tar.gz rneovim-47b9ac90137c7964f3e733062005fcbe3500ef4b.tar.bz2 rneovim-47b9ac90137c7964f3e733062005fcbe3500ef4b.zip |
doc: Remove references to Athena GUI support #3891
We don't support Athena anymore.
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 33547b2012..9d510f4be1 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -4678,7 +4678,7 @@ font={font-name} *highlight-font* When setting the font for the "Normal" group, this becomes the default font (until the 'guifont' option is changed; the last one set is used). - The following only works with Motif and Athena, not with other GUIs: + The following only works with Motif not with other GUIs: When setting the font for the "Menu" group, the menus will be changed. When setting the font for the "Tooltip" group, the tooltips will be changed. @@ -4866,11 +4866,6 @@ Menu Current font, background and foreground colors of the menus. Also used for the toolbar. Applicable highlight arguments: font, guibg, guifg. - NOTE: For Motif and Athena the font argument actually - specifies a fontset at all times, no matter if 'guifontset' is - empty, and as such it is tied to the current |:language| when - set. - *hl-Scrollbar* Scrollbar Current background and foreground of the main window's scrollbars. @@ -4880,11 +4875,6 @@ Scrollbar Current background and foreground of the main window's Tooltip Current font, background and foreground of the tooltips. Applicable highlight arguments: font, guibg, guifg. - NOTE: For Motif and Athena the font argument actually - specifies a fontset at all times, no matter if 'guifontset' is - empty, and as such it is tied to the current |:language| when - set. - ============================================================================== 13. Linking groups *:hi-link* *:highlight-link* *E412* *E413* |