summaryrefslogtreecommitdiff
path: root/lisp/emulation
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-11-26 00:26:37 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-11-26 00:26:37 -0800
commitb0b199744d35273a496b8e9189a28a83c70191da (patch)
treea9df5115ebd8bdeb8ae758e06f10321c67838b47 /lisp/emulation
parent5b76caa476d552e204adc3c1bf4af8e401ec5d42 (diff)
downloademacs-b0b199744d35273a496b8e9189a28a83c70191da.tar.gz
emacs-b0b199744d35273a496b8e9189a28a83c70191da.tar.bz2
emacs-b0b199744d35273a496b8e9189a28a83c70191da.zip
Spelling fixes.
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/viper-macs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-macs.el b/lisp/emulation/viper-macs.el
index 00153c1ff0e..e978823a49c 100644
--- a/lisp/emulation/viper-macs.el
+++ b/lisp/emulation/viper-macs.el
@@ -319,7 +319,7 @@ a key is a symbol, e.g., `a', `\\1', `f2', etc., or a list, e.g.,
;; Accepts as macro names: strings and vectors.
;; strings must be strings of characters; vectors must be vectors of keys
-;; in canonic form. The canonic form is essentially the form used in XEmacs
+;; in canonical form, which is essentially the form used in XEmacs.
;; More general definitions are inherited by more specific scopes:
;; global->major mode->buffer. More specific definitions override more general
(defun viper-record-kbd-macro (macro-name state macro-body &optional scope)