[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/beardbolt 51ff24b3b1 217/323: Fix native-comp docstring
From: |
ELPA Syncer |
Subject: |
[elpa] externals/beardbolt 51ff24b3b1 217/323: Fix native-comp docstring warnings |
Date: |
Thu, 9 Mar 2023 10:58:32 -0500 (EST) |
branch: externals/beardbolt
commit 51ff24b3b1ef7495d9172a64141b68c180fa55f0
Author: Erik Arvstedt <erik.arvstedt@gmail.com>
Commit: Erik Arvstedt <erik.arvstedt@gmail.com>
Fix native-comp docstring warnings
Fixes "docstring wider than 85 characters" warnings.
rmsbolt.el now compiles without warnings.
---
rmsbolt.el | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/rmsbolt.el b/rmsbolt.el
index 36cc9c0ae5..34b2ceac28 100644
--- a/rmsbolt.el
+++ b/rmsbolt.el
@@ -248,7 +248,8 @@ Please DO NOT modify this blindly, as this directory will
get deleted on Emacs e
(defvar-local rmsbolt-src-buffer nil)
(defvar-local rmsbolt--real-src-file nil
- "If set, the real filename that we compiled from, probably due to a copy
from this file.")
+ "If set, the real filename that we compiled from,
+probably due to a copy from this file.")
;; FIXME should we be unbinding the list here, or is setting nil good enough.
(defvar-local rmsbolt--default-variables nil
"A list of the buffer-local variables we filled in with defaults.
@@ -364,12 +365,14 @@ This function does NOT quote the return value for use in
inferior shells."
nil
:type 'string
:documentation "Default compilation command to use if none is provided.
-If provided a function, call that function with the source buffer to determine
the compile command.")
+If provided a function, call that function with the source buffer to determine
+the compile command.")
(default-directory
nil
:type 'string
:documentation "Default directory to run compilation in. By default, use
rmsbolt--temp-dir.
-If provided a function, call that function with the source buffer to determine
the default directory.")
+If provided a function, call that function with the source buffer to determine
+the default directory.")
(compile-cmd-function
nil
:type 'function
@@ -386,7 +389,8 @@ If provided a function, call that function with the source
buffer to determine t
:documentation "A custom function to run instead of running any compilation
command.
Generally not useful with the sole exception of the emacs lisp disassembler.
This function is responsible for calling `rmsbolt--handle-finish-compile'
-Please be careful when setting this, as it bypasses most logic and is
generally not useful."))
+Please be careful when setting this, as it bypasses most logic and is
+generally not useful."))
;;;; Helper Functions
(defmacro rmsbolt--with-files (src-buffer &rest body)
- [elpa] externals/beardbolt 2bc1afe528 196/323: Strip -save-temps when -P is provided, (continued)
- [elpa] externals/beardbolt 2bc1afe528 196/323: Strip -save-temps when -P is provided, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt 840d7f7a1e 195/323: Add :force t argument to rmsbolt-move-overlays, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt c86cc8f11e 199/323: Fix highlights not working with compile_commands.json in some cases, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt 1c0e96060b 229/323: Don't set global kill-buffer-hook, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt 7a964319ba 213/323: Merge branch 'zig-0.9' into 'master', ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt 981522dcaa 218/323: Improve `rmsbolt-mode` docstring, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt 2e1ff0653e 216/323: Correct location of parse hook, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt 345059d4f4 219/323: Set `defvar-local` vars with `setq`, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt 4f6ffdd254 226/323: Rename rmsbolt-move-overlays -> rmsbolt-update-overlays, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt 464b524e49 221/323: Remove redundant `and`, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt 51ff24b3b1 217/323: Fix native-comp docstring warnings,
ELPA Syncer <=
- [elpa] externals/beardbolt 0bc89903f1 231/323: on-kill-buffer: Fix error on missing output-buffer, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt d09d72f463 215/323: Add after-parse-hook, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt af37266681 227/323: Rename rmsbolt--cleanup-overlays -> rmsbolt--remove-overlays, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt f3fe3d24db 230/323: Don't use a timer for updating overlays, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt 6d0d799d44 233/323: Fix docstring warnings, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt b4f31813dc 240/323: Auto stop an existing compilation, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt 50cd4c6d0c 234/323: Use setq for `rmsbolt-dir`, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt 9c56c62993 247/323: Update texi docs, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt 3baf531b55 238/323: Refactor: Move let binding closer to point of usage, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt 24ac775643 246/323: Support Nim 1.6.6, ELPA Syncer, 2023/03/09