diff options
author | Kenichi Handa <handa@m17n.org> | 2011-12-05 16:03:31 +0900 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2011-12-05 16:03:31 +0900 |
commit | 2ab04b956544fc24132cee405f93c1a757ebca56 (patch) | |
tree | f8ff3a51bac0430ed69b6497568de699f6d3b904 /lisp/cedet/srecode | |
parent | a79703f53ccd12623371263d93baf0d1be928ec7 (diff) | |
parent | 58a70b943c3efcc25e1396c8e67bc440c43a3f0a (diff) | |
download | emacs-2ab04b956544fc24132cee405f93c1a757ebca56.tar.gz emacs-2ab04b956544fc24132cee405f93c1a757ebca56.tar.bz2 emacs-2ab04b956544fc24132cee405f93c1a757ebca56.zip |
merge trunk
Diffstat (limited to 'lisp/cedet/srecode')
-rw-r--r-- | lisp/cedet/srecode/fields.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/fields.el b/lisp/cedet/srecode/fields.el index f13fb17ca8f..f4d34a0f2ab 100644 --- a/lisp/cedet/srecode/fields.el +++ b/lisp/cedet/srecode/fields.el @@ -324,7 +324,7 @@ Try to use this to provide useful completion when available.") ) (defvar srecode-field-replication-max-size 100 - "Maximum size of a field before cancelling replication.") + "Maximum size of a field before canceling replication.") (defun srecode-field-mod-hook (ol after start end &optional pre-len) "Modification hook for the field overlay. |