Skip to content

Commit

Permalink
style: fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
AmaiKinono committed Nov 11, 2023
1 parent afa5ace commit 256f03d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion puni.el
Original file line number Diff line number Diff line change
Expand Up @@ -1985,7 +1985,8 @@ whole buffer is the list around point."
;;;###autoload
(defun puni-contract-region (arg)
"Contract selected region by semantic units.
When given a numeric prefix argument, contract that many times."
When given a numeric prefix argument ARG, contract that many
times."
(interactive "p")

;; To avoid unpredictable behaviour, reset history if the last
Expand Down

0 comments on commit 256f03d

Please sign in to comment.