From 493c765907a1e7b33b34256b3554171ff2db3a41 Mon Sep 17 00:00:00 2001 From: Bill Hager Date: Tue, 9 Jul 2019 23:32:59 -0700 Subject: [PATCH] docs: consolidate line number toggle documentation The documentation for the Meta-# toggle is currently separated from the documentation for the other toggles. Moving it to the same section as the other toggles allows it to be more easily found. Signed-off-by: Bill Hager --- doc/nano.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/nano.texi b/doc/nano.texi index 6f3a2748..88198e68 100644 --- a/doc/nano.texi +++ b/doc/nano.texi @@ -644,7 +644,7 @@ The following global toggles are available: @kbd{Meta-M} toggles the @option{-m} (@option{--mouse}) command-line option. @item Line Numbers -@kbd{Meta-N} toggles the @option{-l} (@option{--linenumbers}) command-line option. +@kbd{Meta-N} or @kbd{Meta-#} toggles the @option{-l} (@option{--linenumbers}) command-line option. @item Tabs To Spaces @kbd{Meta-O} toggles the @option{-E} (@option{--tabstospaces}) command-line option. @@ -1711,7 +1711,7 @@ the file type and thus which syntax to use for colouring --- often the tests on filename extension and header line will be enough). @item --disable-linenumbers -Disable the line-numbering function (@kbd{M-#}). This also eliminates the +Disable the line-numbering function. This also eliminates the @option{-l} command-line option, which turns line numbering on. @item --disable-mouse -- 2.22.0