aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles A. Roelli2018-02-21 20:13:01 +0100
committerCharles A. Roelli2018-02-21 20:13:01 +0100
commit3a26c8a0cdeacdc2903500b2c46d826e6a8158ef (patch)
tree4a1329a27314a2e4e197adbff928299196da3189
parent106a9f60ae1d63b7d1c69950873885cdec9a2790 (diff)
downloademacs-3a26c8a0cdeacdc2903500b2c46d826e6a8158ef.tar.gz
emacs-3a26c8a0cdeacdc2903500b2c46d826e6a8158ef.zip
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.
-rw-r--r--doc/misc/semantic.texi5
1 files changed, 2 insertions, 3 deletions
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.
445@node Tools 445@node Tools
446@section Tools 446@section Tools
447 447
448These files contain various tools a user can use. 448These files contain various tools for users.
449 449
450@table @file 450@table @file
451@item semantic-idle.el 451@item semantic-idle.el
@@ -485,8 +485,7 @@ A bunch of small minor-modes that exposes aspects of the semantic
485parser state. Includes @code{semantic-stickyfunc-mode}. 485parser state. Includes @code{semantic-stickyfunc-mode}.
486 486
487@item document.el 487@item document.el
488@itemx document-vars.el 488Create and update comments for tags.
489Create an update comments for tags.
490 489
491@item semantic-adebug.el 490@item semantic-adebug.el
492Extensions of @file{data-debug.el} for @semantic{}. 491Extensions of @file{data-debug.el} for @semantic{}.