diff options
| author | Stefan Monnier | 2012-03-25 16:37:21 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-03-25 16:37:21 -0400 |
| commit | 699c782b7668c44d0fa4446331b0590a6d5dac82 (patch) | |
| tree | 5dcce364741d0761920a3d274b0fc8aba4103d45 /doc/misc/sem-user.texi | |
| parent | 98fb480ee31bf74cf554044f60f21df16566dd7f (diff) | |
| parent | e99a9b8bdccadded1f6fae88ee7a2a93dfd4eacf (diff) | |
| download | emacs-pending.tar.gz emacs-pending.zip | |
Merge from trunkpending
Diffstat (limited to 'doc/misc/sem-user.texi')
| -rw-r--r-- | doc/misc/sem-user.texi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/misc/sem-user.texi b/doc/misc/sem-user.texi index b17f1ab7e93..9f4dc72fea3 100644 --- a/doc/misc/sem-user.texi +++ b/doc/misc/sem-user.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This file is included by semantic.texi | 1 | @c This file is included by semantic.texi |
| 2 | 2 | ||
| 3 | @c Copyright (C) 1999-2005, 2007, 2009-2011 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1999-2005, 2007, 2009-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | @c Permission is granted to copy, distribute and/or modify this | 5 | @c Permission is granted to copy, distribute and/or modify this |
| 6 | @c document under the terms of the GNU Free Documentation License, | 6 | @c document under the terms of the GNU Free Documentation License, |
| @@ -31,7 +31,7 @@ File,,,emacs,Emacs manual}. | |||
| 31 | * Analyzer:: Semantic tools for analyzing code. | 31 | * Analyzer:: Semantic tools for analyzing code. |
| 32 | * Speedbar:: Using @semantic{} with the Speedbar. | 32 | * Speedbar:: Using @semantic{} with the Speedbar. |
| 33 | * SymRef:: Interface to symbol reference tools. | 33 | * SymRef:: Interface to symbol reference tools. |
| 34 | * MRU Bookmarks:: Managing tag ``bookmarks''. | 34 | * MRU Bookmarks:: Managing tag "bookmarks". |
| 35 | * Sticky Func Mode:: Showing declarations in the header line. | 35 | * Sticky Func Mode:: Showing declarations in the header line. |
| 36 | * Highlight Func Mode:: Highlight the current function declaration. | 36 | * Highlight Func Mode:: Highlight the current function declaration. |
| 37 | * Tag Decoration Mode:: Minor mode to decorate tags. | 37 | * Tag Decoration Mode:: Minor mode to decorate tags. |
| @@ -176,7 +176,7 @@ Copy the current tag into a register | |||
| 176 | kill it as well. This allows you to insert or jump to that tag with | 176 | kill it as well. This allows you to insert or jump to that tag with |
| 177 | the usual register commands. @xref{Registers,,,emacs,Emacs manual}. | 177 | the usual register commands. @xref{Registers,,,emacs,Emacs manual}. |
| 178 | 178 | ||
| 179 | @item \C-c , @kbd{up} | 179 | @item C-c , @kbd{up} |
| 180 | Transpose the current tag with the previous one | 180 | Transpose the current tag with the previous one |
| 181 | (@code{senator-transpose-tags-up}). | 181 | (@code{senator-transpose-tags-up}). |
| 182 | 182 | ||
| @@ -382,7 +382,7 @@ them yourself. | |||
| 382 | @deffn Option semanticdb-project-roots | 382 | @deffn Option semanticdb-project-roots |
| 383 | The value of this variable is a list of directories (strings) that are | 383 | The value of this variable is a list of directories (strings) that are |
| 384 | project roots. All subdirectories of a project root are considered | 384 | project roots. All subdirectories of a project root are considered |
| 385 | part of the same project. This variable can be overriden by | 385 | part of the same project. This variable can be overridden by |
| 386 | @code{semanticdb-project-root-functions}. | 386 | @code{semanticdb-project-root-functions}. |
| 387 | @end deffn | 387 | @end deffn |
| 388 | 388 | ||
| @@ -547,7 +547,7 @@ reparsed regardless of their size. | |||
| 547 | @end deffn | 547 | @end deffn |
| 548 | 548 | ||
| 549 | @deffn Option semantic-idle-scheduler-no-working-message | 549 | @deffn Option semantic-idle-scheduler-no-working-message |
| 550 | If non-@code{nil}, disable display of working messages whie reparsing. | 550 | If non-@code{nil}, disable display of working messages while reparsing. |
| 551 | @end deffn | 551 | @end deffn |
| 552 | 552 | ||
| 553 | @deffn Option semantic-idle-scheduler-working-in-modeline-flag | 553 | @deffn Option semantic-idle-scheduler-working-in-modeline-flag |
| @@ -608,7 +608,7 @@ of parsing. The default is @code{t}. | |||
| 608 | @node Debugging Idle Time Issues | 608 | @node Debugging Idle Time Issues |
| 609 | @subsection Debugging Idle Time Issues | 609 | @subsection Debugging Idle Time Issues |
| 610 | 610 | ||
| 611 | If you see an error signalled during idle time, it could be an | 611 | If you see an error signaled during idle time, it could be an |
| 612 | indication of a more serious issue elsewhere. It is not enough to | 612 | indication of a more serious issue elsewhere. It is not enough to |
| 613 | enable @code{debug-on-error}, because the idle scheduler inhibits the | 613 | enable @code{debug-on-error}, because the idle scheduler inhibits the |
| 614 | debugger. Instead, use the following commands to debug the error: | 614 | debugger. Instead, use the following commands to debug the error: |
| @@ -880,7 +880,7 @@ command, like this: | |||
| 880 | @end example | 880 | @end example |
| 881 | @end defun | 881 | @end defun |
| 882 | 882 | ||
| 883 | These commands are often more accurate than than the @code{find-tag} | 883 | These commands are often more accurate than the @code{find-tag} |
| 884 | command (@pxref{Tags,,,emacs,Emacs manual}), because the Semantic | 884 | command (@pxref{Tags,,,emacs,Emacs manual}), because the Semantic |
| 885 | Analyzer is context-sensitive. | 885 | Analyzer is context-sensitive. |
| 886 | 886 | ||