diff options
Diffstat (limited to 'lisp/sun-fns.el')
-rw-r--r-- | lisp/sun-fns.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/sun-fns.el b/lisp/sun-fns.el index dd4371cd6ec..c36dc7a8a26 100644 --- a/lisp/sun-fns.el +++ b/lisp/sun-fns.el @@ -319,7 +319,7 @@ this command is insensitive to mouse location." relative X divided by window width." (eval-in-window window (if (>= x (1- (window-width))) - ;; When x is maximun (equal to or 1 less than window width), + ;; When x is maximum (equal to or 1 less than window width), ;; goto end of buffer. We check for this special case ;; because the calculated goto-char often goes short of the ;; end due to roundoff error, and we often really want to go |