From 7688624274f304f8a23a54bdcb443b6a885fb966 Mon Sep 17 00:00:00 2001 From: Ben Davies Date: Mon, 24 Jun 2019 20:05:26 -0300 Subject: [PATCH] Fix typos in the terminals section of doc/Language/unicode_entry.pod6 --- doc/Language/unicode_entry.pod6 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Language/unicode_entry.pod6 b/doc/Language/unicode_entry.pod6 index 4bdc890be..c01c413f1 100644 --- a/doc/Language/unicode_entry.pod6 +++ b/doc/Language/unicode_entry.pod6 @@ -112,8 +112,8 @@ of unicode to program in PerlĀ 6: XTerm*locale: UTF-8 XTerm*titleModes: 16 XTerm*useClipping: false - XTerm*utf8 1 - XTerm*utf8Fonts 1 + XTerm*utf8: 1 + XTerm*utf8Fonts: 1 XTerm*utf8Title: true =end code @@ -126,7 +126,7 @@ configuration that supports displaying enough of unicode to program in PerlĀ 6: =begin code :lang<.Xdefaults> URxvt*font: xft:Noto Mono:pixelsize=14:style=Regular,\ xft:Noto Emoji:pixelsize=14:style=Regular - URxvt*letterspace: -1 + URxvt*letterSpace: -1 URxvt*locale: en_US.UTF-8 URxvt*skipBuiltInGlyphs: true =end code