diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-11-16 13:34:47 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-11-16 13:34:47 +0100 |
commit | 58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9 (patch) | |
tree | b5c96cf9f1cc1c0c78ed998040e40ab126da95bb /lisp/cedet/srecode/mode.el | |
parent | 110490118ed91082753d0f9e15d1774b6002caa2 (diff) | |
download | emacs-58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9.tar.gz |
Fix typos.
Diffstat (limited to 'lisp/cedet/srecode/mode.el')
-rw-r--r-- | lisp/cedet/srecode/mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/mode.el b/lisp/cedet/srecode/mode.el index bb2db79acc6..23d09bc9a4b 100644 --- a/lisp/cedet/srecode/mode.el +++ b/lisp/cedet/srecode/mode.el @@ -61,7 +61,7 @@ (define-key km (format "%c" k) 'srecode-bind-insert) (setq k (1+ k)))) km) - "Keymap used behind the srecode prefix key in in srecode minor mode.") + "Keymap used behind the srecode prefix key in srecode minor mode.") (defvar srecode-menu-bar (list |