diff options
| author | Chong Yidong | 2009-11-28 21:11:25 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-11-28 21:11:25 +0000 |
| commit | 9d542758cfd2885a2713ff49202342f562b830d8 (patch) | |
| tree | ab7195aa64569bda44f9446747f64dfbbfcce751 | |
| parent | fd1cefda5892e57f9d2c9dd264e24a9f878346d0 (diff) | |
| download | emacs-9d542758cfd2885a2713ff49202342f562b830d8.tar.gz emacs-9d542758cfd2885a2713ff49202342f562b830d8.zip | |
* sem-user.texi (Semantic mode): Link to Idle Scheduler.
| -rw-r--r-- | doc/misc/ChangeLog | 1 | ||||
| -rw-r--r-- | doc/misc/sem-user.texi | 9 |
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 | ||
| 12 | 2009-11-28 Kevin Ryde <user42@zip.com.au> | 13 | 2009-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 | |||
| 51 | minor modes, as specified by the variable | 51 | minor 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 |
| 53 | SemanticDB mode (@pxref{SemanticDB}) and Global Semantic Idle | 53 | SemanticDB mode (@pxref{SemanticDB}) and Global Semantic Idle |
| 54 | Scheduler mode. You can also toggle the auxiliary minor modes | 54 | Scheduler mode (@pxref{Idle Scheduler}). You can also toggle the |
| 55 | separately, using their mode functions (e.g. @kbd{M-x | 55 | auxiliary minor modes separately, using their mode functions |
| 56 | semanticdb-minor-mode}), or via the @samp{Development} menu. These | 56 | (e.g. @kbd{M-x semanticdb-minor-mode}), or via the @samp{Development} |
| 57 | auxiliary minor modes are described in the following sections. | 57 | menu. These auxiliary minor modes are described in the following |
| 58 | sections. | ||
| 58 | 59 | ||
| 59 | @defvar semantic-new-buffer-setup-functions | 60 | @defvar semantic-new-buffer-setup-functions |
| 60 | The value of this variable is an alist of functions to call for | 61 | The value of this variable is an alist of functions to call for |