Blob Blame History Raw
From 38339b8598b5cfaef324650368581f6967b024a0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro@hroncok.cz>
Date: Tue, 20 Dec 2022 01:08:58 +0100
Subject: [PATCH] Wrap the docstring of cython-default-compile-format to 80
 characters

This should avoid a warning as reported in:
https://bugzilla.redhat.com/show_bug.cgi?id=2155090
---
 Tools/cython-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Tools/cython-mode.el b/Tools/cython-mode.el
index 2d9fbae..970a765 100644
--- a/Tools/cython-mode.el
+++ b/Tools/cython-mode.el
@@ -108,7 +108,8 @@
 ;;;###autoload
 (defcustom cython-default-compile-format "cython -a %s"
   "Format for the default command to compile a Cython file.
-It will be passed to `format' with `buffer-file-name' as the only other argument."
+It will be passed to `format' with `buffer-file-name'
+as the only other argument."
   :group 'cython
   :type 'string)