emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/misc ChangeLog sem-user.texi semantic...


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/doc/misc ChangeLog sem-user.texi semantic...
Date: Tue, 17 Nov 2009 01:52:48 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      09/11/17 01:52:48

Modified files:
        doc/misc       : ChangeLog sem-user.texi semantic.texi 

Log message:
        * semantic.texi (Semantic Internals, Glossary):
        * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
          (Semanticdb search debugging commands): Fix typos.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/misc/ChangeLog?cvsroot=emacs&r1=1.340&r2=1.341
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/misc/sem-user.texi?cvsroot=emacs&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/misc/semantic.texi?cvsroot=emacs&r1=1.1&r2=1.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/misc/ChangeLog,v
retrieving revision 1.340
retrieving revision 1.341
diff -u -b -r1.340 -r1.341
--- ChangeLog   16 Nov 2009 23:41:36 -0000      1.340
+++ ChangeLog   17 Nov 2009 01:52:48 -0000      1.341
@@ -1,3 +1,9 @@
+2009-11-17  Juanma Barranquero  <address@hidden>
+
+       * 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  <address@hidden>
 
        * calc.texi (Radix modes):  Mention twos-complement notation.

Index: sem-user.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/misc/sem-user.texi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- sem-user.texi       16 Nov 2009 22:25:49 -0000      1.1
+++ sem-user.texi       17 Nov 2009 01:52:48 -0000      1.2
@@ -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
address@hidden  The default auxilliary modes are
address@hidden  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
address@hidden).
address@hidden).
 @end deffn
 
 @anchor{semanticdb-implied-include-tags}
@@ -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

Index: semantic.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/misc/semantic.texi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- semantic.texi       16 Nov 2009 22:25:49 -0000      1.1
+++ semantic.texi       17 Nov 2009 01:52:48 -0000      1.2
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]