diff options
Diffstat (limited to 'lisp/image-mode.el')
-rw-r--r-- | lisp/image-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image-mode.el b/lisp/image-mode.el index f75f4e20219..cffa2592aa1 100644 --- a/lisp/image-mode.el +++ b/lisp/image-mode.el @@ -163,7 +163,7 @@ Stop if the left edge of the image is reached." (interactive "p") (image-forward-hscroll (- n))) -(defun image-next-line (&optional n) +(defun image-next-line (n) "Scroll image in current window upward by N lines. Stop if the bottom edge of the image is reached." (interactive "p") |