summaryrefslogtreecommitdiff
path: root/lisp/sun-fns.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-06-09 11:59:12 +0000
committerJim Blandy <jimb@redhat.com>1993-06-09 11:59:12 +0000
commit51e0793e64ad3bd5dc846baec79a4b7bd4b6bbd1 (patch)
tree063390d9d89804416186b2e30f271758dc0a0542 /lisp/sun-fns.el
parent991171cf5b04b6949734b55ab6d6f5657ee19428 (diff)
downloademacs-51e0793e64ad3bd5dc846baec79a4b7bd4b6bbd1.tar.gz
Apply typo patches from Paul Eggert.
Diffstat (limited to 'lisp/sun-fns.el')
-rw-r--r--lisp/sun-fns.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/sun-fns.el b/lisp/sun-fns.el
index 340009580f3..dd4371cd6ec 100644
--- a/lisp/sun-fns.el
+++ b/lisp/sun-fns.el
@@ -32,7 +32,7 @@
;;;
;;;
;;; Functions for manipulating via the mouse and mouse-map definitions
-;;; for accessing them. Also definitons of mouse menus.
+;;; for accessing them. Also definitions of mouse menus.
;;; This file you should freely modify to reflect you personal tastes.
;;;
;;; First half of file defines functions to implement mouse commands,
@@ -43,7 +43,7 @@
;;; Mouse Functions.
;;;
;;; These functions follow the sun-mouse-handler convention of being called
-;;; with three arguements: (window x-pos y-pos)
+;;; with three arguments: (window x-pos y-pos)
;;; This makes it easy for a mouse executed command to know where the mouse is.
;;; Use the macro "eval-in-window" to execute a function
;;; in a temporarily selected window.
@@ -138,7 +138,7 @@ and put the region in the stuff buffer."
(mouse-select-window window x y)))
;;;
-;;; esoteria:
+;;; esoterica:
;;;
(defun mouse-exch-pt-and-mark (window x y)
"Exchange point and mark."
@@ -321,7 +321,7 @@ relative X divided by window width."
(if (>= x (1- (window-width)))
;; When x is maximun (equal to or 1 less than window width),
;; goto end of buffer. We check for this special case
- ;; becuase the calculated goto-char often goes short of the
+ ;; because the calculated goto-char often goes short of the
;; end due to roundoff error, and we often really want to go
;; to the end.
(goto-char (point-max))
@@ -418,7 +418,7 @@ relative X divided by window width."
;;; minibuffer menu
;;;
(defmenu minibuffer-menu
- ("Minibuffer" message "Just some miscellanous minibuffer commands")
+ ("Minibuffer" message "Just some miscellaneous minibuffer commands")
("Stuff" sun-yank-selection)
("Do-It" exit-minibuffer)
("Abort" abort-recursive-edit)