Mercurial > emacs
changeset 106076:e142b685cd90
* semantic.texi (Semantic Internals, Glossary):
* sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
(Semanticdb search debugging commands): Fix typos.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 17 Nov 2009 01:52:48 +0000 |
parents | c05b4dd65527 |
children | be9db02d5127 |
files | doc/misc/ChangeLog doc/misc/sem-user.texi doc/misc/semantic.texi |
diffstat | 3 files changed, 19 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/misc/ChangeLog Mon Nov 16 23:41:36 2009 +0000 +++ b/doc/misc/ChangeLog Tue Nov 17 01:52:48 2009 +0000 @@ -1,6 +1,12 @@ +2009-11-17 Juanma Barranquero <lekktu@gmail.com> + + * semantic.texi (Semantic Internals, Glossary): + * sem-user.texi (Semantic mode, Include paths, Idle Scheduler) + (Semanticdb search debugging commands): Fix typos. + 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com> - * calc.texi (Radix modes): Mention twos-complement notation. + * calc.texi (Radix modes): Mention twos-complement notation. 2009-11-16 Juanma Barranquero <lekktu@gmail.com>
--- a/doc/misc/sem-user.texi Mon Nov 16 23:41:36 2009 +0000 +++ b/doc/misc/sem-user.texi Tue Nov 17 01:52:48 2009 +0000 @@ -46,14 +46,14 @@ installs a @samp{Development} menu on the menu-bar, with many of these commands. -In addition, enabling Semantic mode turns on certain auxilliary global +In addition, enabling Semantic mode turns on certain auxiliary global minor modes, as specified by the variable -@code{semantic-default-submodes}. The default auxilliary modes are +@code{semantic-default-submodes}. The default auxiliary modes are SemanticDB mode (@pxref{SemanticDB}) and Global Semantic Idle -Scheduler mode. You can also toggle the auxilliary minor modes +Scheduler mode. You can also toggle the auxiliary minor modes separately, using their mode functions (e.g. @kbd{M-x semanticdb-minor-mode}), or via the @samp{Development} menu. These -auxilliary minor modes are described in the following sections. +auxiliary minor modes are described in the following sections. @defvar semantic-new-buffer-setup-functions The value of this variable is an alist of functions to call for @@ -72,7 +72,7 @@ @defvar semantic-default-submodes The value of this variable is a list of symbols, specifying the -auxilliary minor modes to enable when enabling Semantic mode. The +auxiliary minor modes to enable when enabling Semantic mode. The valid mode symbols are: @itemize @@ -372,7 +372,7 @@ @anchor{semantic-customize-system-include-path} @deffn Command semantic-customize-system-include-path &optional mode Customize the system include path for the current major mode (or -@code{mode}). +@var{mode}). @end deffn @anchor{semanticdb-implied-include-tags} @@ -457,7 +457,7 @@ Once you have used the below functions to debug the problem, you may need to reconfigure how @semantic{} finds include files. See @ref{Semanticdb Search Configuration}. If the search config is -ok, you may need to configure the search throttle. See @ref{Search Throttle}. +ok, you may need to configure the search throttle. See @ref{Search Throttle}. @deffn Command semanticdb-dump-all-table-summary @anchor{semanticdb-dump-all-table-summary} @@ -582,9 +582,9 @@ @menu * Reparsing Options:: Reparsing the current buffer in idle time * Idle Working Options:: Options for extra work done at idle time -* Debugging Idle Time Issues:: How to produce good bug reports. +* Debugging Idle Time Issues:: How to produce good bug reports * Idle Summary Mode:: Display prototype of symbol under cursor -* Idle Completions Mode:: Smart completion pop-up help. +* Idle Completions Mode:: Smart completion pop-up help @end menu @node Reparsing Options
--- a/doc/misc/semantic.texi Mon Nov 16 23:41:36 2009 +0000 +++ b/doc/misc/semantic.texi Tue Nov 17 01:52:48 2009 +0000 @@ -242,8 +242,8 @@ * Tag handling :: Code used for manipulating tags * Semanticdb internals :: Code used in the semantic database * Analyzer :: Code used in the code analyzer -* Tools :: Code used in user tools. -* Tests :: Code used for testing. +* Tools :: Code used in user tools +* Tests :: Code used for testing @end menu @node Parser code @@ -566,7 +566,7 @@ @item nonterminal A nonterminal symbol or simply a nonterminal stands for a class of -syntactically equivalent groupings. A nonterminal symbol name is used +syntactically equivalent groupings. A nonterminal symbol name is used in writing grammar rules. @item overloadable