Fix close macro. - sam - An updated version of the sam text editor. | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 91676a405819c27f541ea8bdd663ab1d5512e960 | |
parent 4c9e3607fb166772364e2c55a56db63ea761d345 | |
Author: Rob King <[email protected]> | |
Date: Thu, 1 Sep 2016 09:44:22 -0500 | |
Fix close macro. | |
Diffstat: | |
doc/sam.1 | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/doc/sam.1 b/doc/sam.1 | |
@@ -659,7 +659,7 @@ Commands within the braces must appear on separate lines | |
.Pq "no backslashes are required between commands" | |
.Do | |
as those familiar with other editors might expect | |
-.Dq "." | |
+.Dc "." | |
Semantically, the opening brance is like a command: it takes an | |
.Pq optional | |
address and sets dot for each sub-command. |