summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic/analyze/complete.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/semantic/analyze/complete.el')
-rw-r--r--lisp/cedet/semantic/analyze/complete.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/analyze/complete.el b/lisp/cedet/semantic/analyze/complete.el
index ccf405d62e2..1e8cd9af088 100644
--- a/lisp/cedet/semantic/analyze/complete.el
+++ b/lisp/cedet/semantic/analyze/complete.el
@@ -107,7 +107,7 @@ in a buffer."
;; Buffer was not parsed by Semantic.
;; Raise error if called interactively.
(when (called-interactively-p 'any)
- (error "Buffer was not parsed by Semantic."))))
+ (error "Buffer was not parsed by Semantic"))))
(defvar semantic--prefixtypes)