From a5a6f59cf3d6fb4ca9283ca0c8163ea58f7a4979 Mon Sep 17 00:00:00 2001 From: Yee Cheng Chin Date: Sun, 20 Sep 2020 20:24:21 -0700 Subject: [PATCH] Fix Touch Bar docs typos --- runtime/doc/gui_mac.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/doc/gui_mac.txt b/runtime/doc/gui_mac.txt index 095dc1da16..720147af31 100644 --- a/runtime/doc/gui_mac.txt +++ b/runtime/doc/gui_mac.txt @@ -545,11 +545,11 @@ their template names. An example: > :an icon=NSTouchBarListViewTemplate TouchBar.ShowList :ls < *macvim-touchbar-title* -By default, the TouchBar buttons will use the menu names as the title. If an +By default, the Touch Bar buttons will use the menu names as the title. If an icon is specified, the title will not be shown. You can override this by using |tmenu| to set a tooltip. The tooltip will be displayed as the title of the button. If an icon is specified, the tooltip override will be shown alongside -the icion. Example: > +the icon. Example: > :an icon=NSTouchBarAddTemplate TouchBar.AddItem :tmenu TouchBar.AddItem Add an Item <