From 3ab2a7dcbe2d5c32979f89508c1c49c9db346748 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Tue, 18 Jan 2022 14:42:54 +0100 Subject: [PATCH] fix docstring wrapping --- python-docstring.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-docstring.el b/python-docstring.el index de9781e..ff5fa30 100644 --- a/python-docstring.el +++ b/python-docstring.el @@ -61,7 +61,7 @@ single space is used." (setf fill-it-anyway t) (throw 'not-a-string nil)))) (string-start (+ (goto-char (nth 8 syx)) - 3)) + 1)) (rawchar (if (eql (char-before (point)) ?r) 1 0)) @@ -75,7 +75,7 @@ single space is used." (progn (forward-sexp) (point)) (error (point-max))) - 3)) + 1)) (orig-offset (- orig-point string-start))) (let* ((offset-within