aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/cedet/semantic/edit.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/cedet/semantic/edit.el b/lisp/cedet/semantic/edit.el
index e53198aa7ab..5ec623bba31 100644
--- a/lisp/cedet/semantic/edit.el
+++ b/lisp/cedet/semantic/edit.el
@@ -125,6 +125,7 @@ If nil, errors are still displayed, but informative messages are not."
125;; 125;;
126;; Manage a series of overlays that define changes recently 126;; Manage a series of overlays that define changes recently
127;; made to the current buffer. 127;; made to the current buffer.
128;;;###autoload
128(defun semantic-change-function (start end length) 129(defun semantic-change-function (start end length)
129 "Provide a mechanism for semantic tag management. 130 "Provide a mechanism for semantic tag management.
130Argument START, END, and LENGTH specify the bounds of the change." 131Argument START, END, and LENGTH specify the bounds of the change."