From 747310562c85acdfc942c760fde7104a112290ce Mon Sep 17 00:00:00 2001 From: Benno Schulenberg <bensberg@telfort.nl> Date: Mon, 3 Jul 2017 17:35:50 +0200 Subject: [PATCH] tweaks: avoid a failure with black diamonds in a PDF --- doc/nano.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/nano.texi b/doc/nano.texi index 1737acbc..ff6f7c8c 100644 --- a/doc/nano.texi +++ b/doc/nano.texi @@ -422,8 +422,8 @@ corresponding Unicode character into the buffer. @end itemize For example, typing "Esc Esc 2 3 4" will enter the character "ê" --- -useful when going to a French party. Typing "M-V 0 0 2 5 c 6" will -enter the symbol "◆", a little black diamond. +useful when writing about a French party. Typing "M-V 0 0 2 2 c 4" +will enter the symbol "⋄", a little diamond. @node Commands @section Commands -- GitLab