Skip to content

Commit c5de975

Browse files
committed
Fix docstring spacing
1 parent f25aaf8 commit c5de975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

auto-compile.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ non-nil."
299299
(defun auto-compile-use-mode-line-set (_ignored value)
300300
"Set `auto-compile-use-mode-line' and modify `mode-line-format'.
301301
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."
303303
(setq-default auto-compile-use-mode-line value)
304304
(auto-compile-modify-mode-line value))
305305

@@ -545,7 +545,7 @@ Command `auto-compile-byte-compile' sets this buffer local
545545
variable to t after failing to compile a source file being
546546
visited in a buffer (or when variable `auto-compile-visit-failed'
547547
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
549549
pretend the byte code file exists.")
550550

551551
(defvar auto-compile-file-buffer nil)

0 commit comments

Comments
 (0)