File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -313,10 +313,10 @@ to include `mode-line-auto-compile'."
313313 :set (lambda (symbol value )
314314 (set-default-toplevel-value symbol value)
315315 (auto-compile-modify-mode-line value))
316- :type '(choice (const :tag " don 't insert" nil )
317- (const :tag " after mode-line-modified" mode-line-modified)
318- (const :tag " after mode-line-remote" mode-line-remote)
319- (sexp :tag " after construct" )))
316+ :type '(choice (const :tag " Don 't insert" nil )
317+ (const :tag " After mode-line-modified" mode-line-modified)
318+ (const :tag " After mode-line-remote" mode-line-remote)
319+ (sexp :tag " After construct" )))
320320
321321(defcustom auto-compile-toggle-recompiles t
322322 " Whether to recompile all source files when turning on compilation.
You can’t perform that action at this time.
0 commit comments