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 4fd5474 commit 30a1d93Copy full SHA for 30a1d93
docstr-writers.el
@@ -259,7 +259,9 @@ Argument POSTFIX is string behind of return document string."
259
260
Argument START is the starting point ot the insertion.
261
262
-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
263
+argument IND-L is non-nil, indent currnet line once. If optional argument
264
+RESTORE-PT is non-nil, go back to starting position."
265
(when ind-r (indent-region start (point)))
266
(when ind-l (indent-for-tab-command))
267
(when restore-pt (goto-char start)))
0 commit comments