diff options
| author | Kenichi Handa | 2011-12-15 16:51:01 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2011-12-15 16:51:01 +0900 |
| commit | 6080e055498c19ebd34495f204a8ad676eb09260 (patch) | |
| tree | 19a0544bb6b87a4bd4aa3208dd24f11147bbbf7c /doc | |
| parent | 5fc1c122ccc781fb93dd81aacac368ac7bd973e6 (diff) | |
| parent | bbd240ceeefcf4181aa9205f4e743b32b5c68e1f (diff) | |
| download | emacs-6080e055498c19ebd34495f204a8ad676eb09260.tar.gz emacs-6080e055498c19ebd34495f204a8ad676eb09260.zip | |
merge trunk
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ede.texi | 4 | ||||
| -rw-r--r-- | doc/misc/semantic.texi | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi index cc566086f44..d488fb5b515 100644 --- a/doc/misc/ede.texi +++ b/doc/misc/ede.texi | |||
| @@ -705,11 +705,11 @@ A brief description of the project or target. This is currently used | |||
| 705 | by the @samp{ede-speedbar} interface. | 705 | by the @samp{ede-speedbar} interface. |
| 706 | @item ede-want-file-p | 706 | @item ede-want-file-p |
| 707 | Return non-nil if a target will accept a given file. | 707 | Return non-nil if a target will accept a given file. |
| 708 | It is generally unecessary to override this. See the section on source | 708 | It is generally unnecessary to override this. See the section on source |
| 709 | code. | 709 | code. |
| 710 | @item ede-buffer-mine | 710 | @item ede-buffer-mine |
| 711 | Return non-nil if a buffer belongs to this target. Used during | 711 | Return non-nil if a buffer belongs to this target. Used during |
| 712 | association when a file is loaded. It is generally unecessary to | 712 | association when a file is loaded. It is generally unnecessary to |
| 713 | override this unless you keep auxiliary files. | 713 | override this unless you keep auxiliary files. |
| 714 | @end table | 714 | @end table |
| 715 | 715 | ||
diff --git a/doc/misc/semantic.texi b/doc/misc/semantic.texi index dcfff1fcb96..8c56d2dc9f8 100644 --- a/doc/misc/semantic.texi +++ b/doc/misc/semantic.texi | |||
| @@ -380,7 +380,7 @@ with the search results format. | |||
| 380 | 380 | ||
| 381 | @item semanticdb-ref.el | 381 | @item semanticdb-ref.el |
| 382 | Tracks crossreferences. Cross references are needed when buffer is | 382 | Tracks crossreferences. Cross references are needed when buffer is |
| 383 | reparsed, and must alert other tables that any dependant caches may | 383 | reparsed, and must alert other tables that any dependent caches may |
| 384 | need to be flushed. References are in the form of include files. | 384 | need to be flushed. References are in the form of include files. |
| 385 | 385 | ||
| 386 | @end table | 386 | @end table |