summaryrefslogtreecommitdiff
path: root/lisp/emulation
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/edt-pc.el2
-rw-r--r--lisp/emulation/mlsupport.el2
-rw-r--r--lisp/emulation/pc-select.el4
-rw-r--r--lisp/emulation/viper-keym.el3
-rw-r--r--lisp/emulation/viper-util.el2
5 files changed, 6 insertions, 7 deletions
diff --git a/lisp/emulation/edt-pc.el b/lisp/emulation/edt-pc.el
index 5fae49e4b25..db92d2b9477 100644
--- a/lisp/emulation/edt-pc.el
+++ b/lisp/emulation/edt-pc.el
@@ -38,7 +38,7 @@
;; NumLock must be ON.
;;
;; The PC keypad keys are mapped to the corresponding DEC LK-201
-;; keypad keys according to the corresponding physical possition on
+;; keypad keys according to the corresponding physical position on
;; the keyboard. Thus, the physical position of the PC keypad key
;; determines its function, not the PC keycap name.
;;
diff --git a/lisp/emulation/mlsupport.el b/lisp/emulation/mlsupport.el
index d60b3809dfd..3a1d3c5ba1e 100644
--- a/lisp/emulation/mlsupport.el
+++ b/lisp/emulation/mlsupport.el
@@ -26,7 +26,7 @@
;; This package provides equivalents of certain primitives from Gosling
;; Emacs (including the commercial UniPress versions). These have an
;; ml- prefix to distinguish them from native GNU Emacs functions with
-;; similar names. The oackage mlconvert.el translates Mocklisp code
+;; similar names. The package mlconvert.el translates Mocklisp code
;; to use these names.
;;; Code:
diff --git a/lisp/emulation/pc-select.el b/lisp/emulation/pc-select.el
index eb3798f0b3a..1187b642c86 100644
--- a/lisp/emulation/pc-select.el
+++ b/lisp/emulation/pc-select.el
@@ -494,7 +494,7 @@ the MAC GUI or MS-Windows (sorry for the last one)."
(define-key global-map "\M-w" 'copy-region-as-kill-nomark)
- ;; The followong keybindings are for standard ISO keyboards
+ ;; The following keybindings are for standard ISO keyboards
;; as they are used with IBM compatible PCs, IBM RS/6000,
;; MACs, many X-Stations and probably more
(define-key global-map [S-right] 'forward-char-mark)
@@ -533,7 +533,7 @@ the MAC GUI or MS-Windows (sorry for the last one)."
(define-key global-map [C-insert] 'copy-region-as-kill)
(define-key global-map [S-delete] 'kill-region)
- ;; The following bindings are usueful on Sun Type 3 keyboards
+ ;; The following bindings are useful on Sun Type 3 keyboards
;; They implement the Get-Delete-Put (copy-cut-paste)
;; functions from sunview on the L6, L8 and L10 keys
(define-key global-map [f16] 'yank)
diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el
index 9ff7cd83f4f..11bcec03635 100644
--- a/lisp/emulation/viper-keym.el
+++ b/lisp/emulation/viper-keym.el
@@ -31,8 +31,7 @@
(defvar vip-insert-intercept-map (make-sparse-keymap))
(defvar vip-emacs-intercept-map (make-sparse-keymap))
-;; keymap used to zap all keymaps other than function-key-map,
-;; devide-function-key-map, etc.
+;; keymap used to zap all keymaps other than function-key-map, etc.
(defvar vip-overriding-map (make-sparse-keymap))
(vip-deflocalvar vip-vi-local-user-map (make-sparse-keymap)
diff --git a/lisp/emulation/viper-util.el b/lisp/emulation/viper-util.el
index 3e3cd658e5a..1523399aefc 100644
--- a/lisp/emulation/viper-util.el
+++ b/lisp/emulation/viper-util.el
@@ -766,7 +766,7 @@
;; Emacs has a bug in eventp, which causes (eventp nil) to return (nil)
-;; instead of nil, if '(nil) was previously inadvertantly assigned to
+;; instead of nil, if '(nil) was previously inadvertently assigned to
;; unread-command-events
(defun vip-event-key (event)
(or (and event (eventp event))