We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18570e commit 4089c3dCopy full SHA for 4089c3d
docstr-util.el
@@ -230,7 +230,7 @@ and GREEDY."
230
(docstr-util--goto-start-comment)
231
(progn ; Make sure to go outside of symbol
232
(re-search-backward "[ \t\r\n]" nil t)
233
- (unless (= (point) (point-min)) (forward-char 1)))
+ (unless (bobp) (forward-char 1)))
234
(setq start-pt (point))
235
(re-search-forward comment-start-skip (1+ (line-end-position)) t)
236
(if (= start-pt (point)) nil
0 commit comments