From be479117b198f536783a994dd5cd27d8ad8be5dd Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 17 Nov 2009 01:52:48 +0000 Subject: [PATCH] * semantic.texi (Semantic Internals, Glossary): * sem-user.texi (Semantic mode, Include paths, Idle Scheduler) (Semanticdb search debugging commands): Fix typos. --- doc/misc/ChangeLog | 8 +++++++- doc/misc/sem-user.texi | 18 +++++++++--------- doc/misc/semantic.texi | 6 +++--- 3 files changed, 19 insertions(+), 13 deletions(-) diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index d5b3e2947af..f95f251d08e 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,6 +1,12 @@ +2009-11-17 Juanma Barranquero + + * 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 - * calc.texi (Radix modes): Mention twos-complement notation. + * calc.texi (Radix modes): Mention twos-complement notation. 2009-11-16 Juanma Barranquero diff --git a/doc/misc/sem-user.texi b/doc/misc/sem-user.texi index e8d700cf43d..8b06e03b05c 100644 --- a/doc/misc/sem-user.texi +++ b/doc/misc/sem-user.texi @@ -46,14 +46,14 @@ available for navigating, querying, and editing source code. 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 @@ you can remove modes from this list if you don't want to use @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 @@ the system include path for the current major mode (or @var{mode}). @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 @@ encountered, but could not find on disk using 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 @@ Application Developers Guide @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 diff --git a/doc/misc/semantic.texi b/doc/misc/semantic.texi index adfecde2568..064f1a6e3ae 100644 --- a/doc/misc/semantic.texi +++ b/doc/misc/semantic.texi @@ -242,8 +242,8 @@ more about how @semantic{} works. * 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 @@ keywords and punctuation, and strip whitespaces and comments. @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 -- 2.39.5