diff options
Diffstat (limited to 'lisp/cedet/semantic/edit.el')
-rw-r--r-- | lisp/cedet/semantic/edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/edit.el b/lisp/cedet/semantic/edit.el index 4efc283520f..d752ecdf38a 100644 --- a/lisp/cedet/semantic/edit.el +++ b/lisp/cedet/semantic/edit.el @@ -40,7 +40,7 @@ ;; of themselves that can be edited w/out affecting the definition of ;; that tag. ;; -;; 2. Tags w/ positioned children could have a property of an +;; 2. Tags with positioned children could have a property of an ;; overlay marking the region in themselves that contain the ;; children. This could be used to better improve splicing near ;; the beginning and end of the child lists. |