diff options
Diffstat (limited to 'lisp/cedet/semantic/complete.el')
-rw-r--r-- | lisp/cedet/semantic/complete.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/complete.el b/lisp/cedet/semantic/complete.el index dc270603a0c..00fe081acb5 100644 --- a/lisp/cedet/semantic/complete.el +++ b/lisp/cedet/semantic/complete.el @@ -667,7 +667,7 @@ Similar to `minibuffer-contents' when completing in the minibuffer." ) (delete-overlay semantic-complete-inline-overlay) (setq semantic-complete-inline-overlay nil) - ;; DONT restore the window configuration if we just + ;; DON'T restore the window configuration if we just ;; switched windows! (when (eq buf (current-buffer)) (set-window-configuration wc)) |