From 9f8d0efa1e15baec783a1a2ca0716e8c19c725c6 Mon Sep 17 00:00:00 2001 From: Lele Gaifax Date: Tue, 28 Nov 2017 13:28:12 +0100 Subject: [PATCH] ; Add missing space in docstring --- lisp/progmodes/flymake.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 241ea00d64..c6345aa968 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -125,7 +125,7 @@ flymake-gui-warnings-enabled "it no longer has any effect." "26.1") (defcustom flymake-start-on-flymake-mode t - "Start syntax check when `flymake-mode'is enabled. + "Start syntax check when `flymake-mode' is enabled. Specifically, start it when the buffer is actually displayed." :type 'boolean) -- 2.15.0