summaryrefslogtreecommitdiff
path: root/lisp/cedet/cedet-idutils.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/cedet-idutils.el')
-rw-r--r--lisp/cedet/cedet-idutils.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/cedet-idutils.el b/lisp/cedet/cedet-idutils.el
index 4b6c6b01aa2..48e1b2d09b1 100644
--- a/lisp/cedet/cedet-idutils.el
+++ b/lisp/cedet/cedet-idutils.el
@@ -98,7 +98,7 @@ Return the created buffer with program output."
(defun cedet-idutils-lid-call (flags)
"Call ID Utils lid with the list of FLAGS.
-Return the created buffer with with program output."
+Return the created buffer with program output."
(let ((b (get-buffer-create "*CEDET lid*"))
(cd default-directory)
)