diff options
Diffstat (limited to 'lisp/cedet/semantic/sb.el')
-rw-r--r-- | lisp/cedet/semantic/sb.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/sb.el b/lisp/cedet/semantic/sb.el index b7e85ba8387..7a943815afd 100644 --- a/lisp/cedet/semantic/sb.el +++ b/lisp/cedet/semantic/sb.el @@ -40,7 +40,7 @@ (defcustom semantic-sb-autoexpand-length 1 "*Length of a semantic bucket to autoexpand in place. -This will replace the named bucket that would have usually occured here." +This will replace the named bucket that would have usually occurred here." :group 'speedbar :type 'integer) |