* semantic.texi (Semantic Internals, Glossary):
* sem-user.texi (Semantic mode, Include paths, Idle Scheduler) (Semanticdb search debugging commands): Fix typos.
This commit is contained in:
parent
17291a1fc4
commit
be479117b1
3 changed files with 19 additions and 13 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue