diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-26 00:26:37 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-26 00:26:37 -0800 |
commit | b0b199744d35273a496b8e9189a28a83c70191da (patch) | |
tree | a9df5115ebd8bdeb8ae758e06f10321c67838b47 /lisp/emulation | |
parent | 5b76caa476d552e204adc3c1bf4af8e401ec5d42 (diff) | |
download | emacs-b0b199744d35273a496b8e9189a28a83c70191da.tar.gz emacs-b0b199744d35273a496b8e9189a28a83c70191da.tar.bz2 emacs-b0b199744d35273a496b8e9189a28a83c70191da.zip |
Spelling fixes.
Diffstat (limited to 'lisp/emulation')
-rw-r--r-- | lisp/emulation/viper-macs.el | 2 |
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) |