From 1007ca5af8a49e767eb43ed4b572e56ca08b6b0c Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sat, 13 Nov 2021 16:15:40 +0100 Subject: [PATCH] docs: mention M-Z (for toggling the interface) among the Feature Toggles And rephrase the M-Y description a bit, for shortness and variety. --- doc/nano.texi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/nano.texi b/doc/nano.texi index 60a60e76..fc6e354a 100644 --- a/doc/nano.texi +++ b/doc/nano.texi @@ -761,10 +761,13 @@ for more details). The following global toggles are available: @item Expert/No Help @kbd{M-X} toggles the @option{-x} (@option{--nohelp}) command-line option. -@item Color Syntax Highlighting -@kbd{M-Y} toggles color syntax highlighting, when your nanorc defines syntaxes +@item Syntax Coloring +@kbd{M-Y} toggles syntax coloring, when your nanorc defines syntaxes (@pxref{Syntax Highlighting}). +@item Hidden Interface +@kbd{M-Z} toggles the @option{-0} (@option{--zero}) command-line option. + @end table