Skip to content

Commit

Permalink
Update doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 20, 2020
1 parent 4fd5474 commit 30a1d93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docstr-writers.el
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,9 @@ Argument POSTFIX is string behind of return document string."
Argument START is the starting point ot the insertion.
If optional argument RESTORE-PT is non-nil, go back to starting position."
If optional argument IND-R is non-nil, indent region once. If optional
argument IND-L is non-nil, indent currnet line once. If optional argument
RESTORE-PT is non-nil, go back to starting position."
(when ind-r (indent-region start (point)))
(when ind-l (indent-for-tab-command))
(when restore-pt (goto-char start)))
Expand Down

0 comments on commit 30a1d93

Please sign in to comment.