diff options
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 by the @samp{ede-speedbar} interface. @item ede-want-file-p Return non-nil if a target will accept a given file. -It is generally unecessary to override this. See the section on source +It is generally unnecessary to override this. See the section on source code. @item ede-buffer-mine Return non-nil if a buffer belongs to this target. Used during -association when a file is loaded. It is generally unecessary to +association when a file is loaded. It is generally unnecessary to override this unless you keep auxiliary files. @end table 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. @item semanticdb-ref.el Tracks crossreferences. Cross references are needed when buffer is -reparsed, and must alert other tables that any dependant caches may +reparsed, and must alert other tables that any dependent caches may need to be flushed. References are in the form of include files. @end table |