File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ non-nil."
299
299
(defun auto-compile-use-mode-line-set (_ignored value )
300
300
" Set `auto-compile-use-mode-line' and modify `mode-line-format' .
301
301
VALUE is the element in `mode-line-format' after which our
302
- element is inserted. _IGNORED is of no relevance."
302
+ element is inserted. _IGNORED is of no relevance."
303
303
(setq-default auto-compile-use-mode-line value)
304
304
(auto-compile-modify-mode-line value))
305
305
@@ -545,7 +545,7 @@ Command `auto-compile-byte-compile' sets this buffer local
545
545
variable to t after failing to compile a source file being
546
546
visited in a buffer (or when variable `auto-compile-visit-failed'
547
547
is non-nil for all files being compiled) causing it to try again
548
- when being called again. Command `toggle-auto-compile' will also
548
+ when being called again. Command `toggle-auto-compile' will also
549
549
pretend the byte code file exists." )
550
550
551
551
(defvar auto-compile-file-buffer nil )
You can’t perform that action at this time.
0 commit comments