From be7d31bdc7c4902484129b627f7450c048ceff98 Mon Sep 17 00:00:00 2001 From: malc Date: Sun, 2 Jun 2013 01:52:35 +0400 Subject: [PATCH] Consistency --- main.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ml b/main.ml index 754fdec..ccfdd4d 100644 --- a/main.ml +++ b/main.ml @@ -5461,7 +5461,7 @@ let viewkeyboard key mask = ; G.postRedisplay "brightness"; - | 99 when state.mode = View -> (* [alt]-c *) + | 99 when state.mode = View -> (* [alt-]c *) if Wsi.withalt mask then ( if conf.zoom > 1.0 -- 2.11.4.GIT