diff options
author | Glenn Morris <rgm@gnu.org> | 2008-06-27 02:14:52 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-06-27 02:14:52 +0000 |
commit | 04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8 (patch) | |
tree | ffeae66e55a3c7757fac38c639292dce799c6fa7 /lisp/kmacro.el | |
parent | 5618fbd2c79e982d717eaaec749eeb16382ddc04 (diff) | |
download | emacs-04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8.tar.gz emacs-04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8.tar.bz2 emacs-04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8.zip |
American English spelling fix.
Diffstat (limited to 'lisp/kmacro.el')
-rw-r--r-- | lisp/kmacro.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/kmacro.el b/lisp/kmacro.el index e9b2676acf7..1abe3178cc3 100644 --- a/lisp/kmacro.el +++ b/lisp/kmacro.el @@ -39,7 +39,7 @@ ;; you can give a numeric prefix argument specifying the number of ;; times to repeat the macro. Macro execution automatically ;; terminates when point reaches the end of the buffer or if an error -;; is signalled by ringing the bell. +;; is signaled by ringing the bell. ;; When you define a macro with F3/F4, it is automatically added to ;; the head of the "keyboard macro ring", and F4 actually executes the |