summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic/analyze.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/semantic/analyze.el')
-rw-r--r--lisp/cedet/semantic/analyze.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/analyze.el b/lisp/cedet/semantic/analyze.el
index d3cbe610a79..926d7f24b43 100644
--- a/lisp/cedet/semantic/analyze.el
+++ b/lisp/cedet/semantic/analyze.el
@@ -80,8 +80,7 @@
"Collection of any errors thrown during analysis.")
(defun semantic-analyze-push-error (err)
- "Push the error in ERR-DATA onto the error stack.
-Argument ERR."
+ "Push the error data in ERR onto the error stack."
(push err semantic-analyze-error-stack))
;;; Analysis Classes