summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2024-06-07 20:27:30 +0200
committerJonas Bernoulli <jonas@bernoul.li>2024-06-07 20:27:30 +0200
commit0361482f3eba7289530d667b552df855f11c2cdd (patch)
treee28aff39baaad7692635ab29df4a28d6a8212977
parentd76a55c16cfbcb0d8e0cefdfd5199dd36555700e (diff)
Silence byte-compiler
There is a docstring that must contain control characters because it contains an example for a script that must do so.
-rw-r--r--lisp/with-editor.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/with-editor.el b/lisp/with-editor.el
index 1b79fc2..875835b 100644
--- a/lisp/with-editor.el
+++ b/lisp/with-editor.el
@@ -980,5 +980,6 @@ See info node `(with-editor)Debugging' for instructions."
(provide 'with-editor)
;; Local Variables:
;; indent-tabs-mode: nil
+;; byte-compile-warnings: (not docstrings-control-chars)
;; End:
;;; with-editor.el ends here