(forward-paragraph): Return the steps left.
This commit is contained in:
parent
7803dbb027
commit
7b462fc6c4
1 changed files with 3 additions and 1 deletions
|
@ -299,7 +299,9 @@ to which the end of the previous line belongs, or the end of the buffer."
|
|||
(if (< (point) (point-max))
|
||||
(goto-char start)))
|
||||
(setq arg (1- arg)))
|
||||
(constrain-to-field nil opoint t)))
|
||||
(constrain-to-field nil opoint t)
|
||||
;; Return the number of steps that could not be done.
|
||||
arg))
|
||||
|
||||
(defun backward-paragraph (&optional arg)
|
||||
"Move backward to start of paragraph.
|
||||
|
|
Loading…
Add table
Reference in a new issue