aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-11-28 21:11:25 +0000
committerChong Yidong2009-11-28 21:11:25 +0000
commit9d542758cfd2885a2713ff49202342f562b830d8 (patch)
treeab7195aa64569bda44f9446747f64dfbbfcce751
parentfd1cefda5892e57f9d2c9dd264e24a9f878346d0 (diff)
downloademacs-9d542758cfd2885a2713ff49202342f562b830d8.tar.gz
emacs-9d542758cfd2885a2713ff49202342f562b830d8.zip
* sem-user.texi (Semantic mode): Link to Idle Scheduler.
-rw-r--r--doc/misc/ChangeLog1
-rw-r--r--doc/misc/sem-user.texi9
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index ee85ec2a2ec..7b0a82f5ce7 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -8,6 +8,7 @@
8 (Analyzer, Smart Completion, Smart Summary, Smart Jump) 8 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
9 (Analyzer Debug) New nodes, adapted from the upstream Semantic user 9 (Analyzer Debug) New nodes, adapted from the upstream Semantic user
10 manual. 10 manual.
11 (Semantic mode): Link to Idle Scheduler.
11 12
122009-11-28 Kevin Ryde <user42@zip.com.au> 132009-11-28 Kevin Ryde <user42@zip.com.au>
13 14
diff --git a/doc/misc/sem-user.texi b/doc/misc/sem-user.texi
index 582ffb9103b..93c5b181409 100644
--- a/doc/misc/sem-user.texi
+++ b/doc/misc/sem-user.texi
@@ -51,10 +51,11 @@ In addition, enabling Semantic mode turns on certain auxiliary global
51minor modes, as specified by the variable 51minor modes, as specified by the variable
52@code{semantic-default-submodes}. The default auxiliary modes are 52@code{semantic-default-submodes}. The default auxiliary modes are
53SemanticDB mode (@pxref{SemanticDB}) and Global Semantic Idle 53SemanticDB mode (@pxref{SemanticDB}) and Global Semantic Idle
54Scheduler mode. You can also toggle the auxiliary minor modes 54Scheduler mode (@pxref{Idle Scheduler}). You can also toggle the
55separately, using their mode functions (e.g. @kbd{M-x 55auxiliary minor modes separately, using their mode functions
56semanticdb-minor-mode}), or via the @samp{Development} menu. These 56(e.g. @kbd{M-x semanticdb-minor-mode}), or via the @samp{Development}
57auxiliary minor modes are described in the following sections. 57menu. These auxiliary minor modes are described in the following
58sections.
58 59
59@defvar semantic-new-buffer-setup-functions 60@defvar semantic-new-buffer-setup-functions
60The value of this variable is an alist of functions to call for 61The value of this variable is an alist of functions to call for