diff options
author | Glenn Morris <rgm@gnu.org> | 2017-11-28 08:50:05 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-11-28 08:50:05 -0800 |
commit | f2441ab3204274cba16f5cab19e98db61d468fb7 (patch) | |
tree | b83c2cf456c874f60789d2fe65e6c2ea39bc8ccc /lisp/progmodes/flymake.el | |
parent | 22ff46e6d85e3f023eb84ef7e8fe3de8947caf81 (diff) | |
download | emacs-f2441ab3204274cba16f5cab19e98db61d468fb7.tar.gz emacs-f2441ab3204274cba16f5cab19e98db61d468fb7.tar.bz2 emacs-f2441ab3204274cba16f5cab19e98db61d468fb7.zip |
; Fix some tiny doc and comment typos
Diffstat (limited to 'lisp/progmodes/flymake.el')
-rw-r--r-- | lisp/progmodes/flymake.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 241ea00d645..c6345aa9680 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -125,7 +125,7 @@ If nil, never start checking buffer automatically like this." "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) |