mirror of
https://github.com/vale981/python-docstring-mode
synced 2025-03-04 17:11:41 -05:00
fix docstring wrapping
This commit is contained in:
parent
ec253711f2
commit
3ab2a7dcbe
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue