From cb6a5e2821de5894ee99c7a83d5ae606a9bef410 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Tue, 21 Apr 2015 01:25:38 -0400 Subject: [PATCH] Minor edition of semantic layer README --- contrib/semantic/README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/contrib/semantic/README.md b/contrib/semantic/README.md index e9330f97b..444874764 100644 --- a/contrib/semantic/README.md +++ b/contrib/semantic/README.md @@ -18,15 +18,14 @@ language, instead of plain text structure. Semantic is the core of CEDET. ## Features -- Display function or variable definition at the bottom. (when `semantic` layer is included) - -- Display current function cursor is in at the top. See [this page][stickyfunc-demos] -for demos in some programming languages. - -- Support common C/C++ refactoring with [semantic-refactor][]. See [this page][srefactor-demos] -for demonstration of refactoring features. - -- Support Lisp source code formatting with [semantic-refactor][]. See [this page][srefactor-lisp-demos] for demonstration of Lisp formatting features. +- Display function or variable definition at the bottom. +- Display current function cursor is in at the top. See + [this page][stickyfunc-demos] for demos in some programming languages. +- Support common C/C++ refactoring with [semantic-refactor][]. See + [this page][srefactor-demos] for demonstration of refactoring features. +- Support Lisp source code formatting with [semantic-refactor][]. See + [this page][srefactor-lisp-demos] for demonstration of Lisp formatting + features. ## Install