From: Charles A. Roelli Date: Wed, 21 Feb 2018 19:13:01 +0000 (+0100) Subject: Semantic manual fixes X-Git-Tag: emacs-26.1-rc1~175 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a26c8a0cdeacdc2903500b2c46d826e6a8158ef;p=emacs.git Semantic manual fixes * doc/misc/semantic.texi (Tools): Fix wording and grammar, and remove a reference to "document-vars.el" which, in the Emacs repository, is part of lisp/cedet/srecode/document.el. --- diff --git a/doc/misc/semantic.texi b/doc/misc/semantic.texi index 9597b4b23df..8d4920ce727 100644 --- a/doc/misc/semantic.texi +++ b/doc/misc/semantic.texi @@ -445,7 +445,7 @@ completion lists. @node Tools @section Tools -These files contain various tools a user can use. +These files contain various tools for users. @table @file @item semantic-idle.el @@ -485,8 +485,7 @@ A bunch of small minor-modes that exposes aspects of the semantic parser state. Includes @code{semantic-stickyfunc-mode}. @item document.el -@itemx document-vars.el -Create an update comments for tags. +Create and update comments for tags. @item semantic-adebug.el Extensions of @file{data-debug.el} for @semantic{}.