From 6e17d2bd204b36a2db4b8eed1fb347182f78a4a0 Mon Sep 17 00:00:00 2001 From: zxcat <550974+zxcat@users.noreply.github.com> Date: Sun, 8 May 2022 19:52:42 +0300 Subject: [PATCH] docs: fix number of special commands (#826) * doc.go: fix "three special commands" * lf.1: fix "three special commands" --- doc.go | 2 +- lf.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc.go b/doc.go index fde848e..e5b14c6 100644 --- a/doc.go +++ b/doc.go @@ -901,7 +901,7 @@ Characters from '#' to newline are comments and ignored: # comments start with '#' -There are three special commands ('set', 'map', 'cmap', and 'cmd') for configuration. +There are four special commands ('set', 'map', 'cmap', and 'cmd') for configuration. Command 'set' is used to set an option which can be boolean, integer, or string: diff --git a/lf.1 b/lf.1 index 58083cb..8f89754 100644 --- a/lf.1 +++ b/lf.1 @@ -1104,7 +1104,7 @@ Characters from '#' to newline are comments and ignored: # comments start with '#' .EE .PP -There are three special commands ('set', 'map', 'cmap', and 'cmd') for configuration. +There are four special commands ('set', 'map', 'cmap', and 'cmd') for configuration. .PP Command 'set' is used to set an option which can be boolean, integer, or string: .PP