mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 22:40:51 -08:00
; Fix typos
This commit is contained in:
parent
1d5028ad04
commit
06a12b0ccc
77 changed files with 148 additions and 148 deletions
|
|
@ -767,7 +767,7 @@ public final class EmacsSafThread extends HandlerThread
|
|||
|
||||
private abstract class SafIntFunction
|
||||
{
|
||||
/* The ``throws Throwable'' here is a Java idiosyncracy that tells
|
||||
/* The ``throws Throwable'' here is a Java idiosyncrasy that tells
|
||||
the compiler to allow arbitrary error objects to be signaled
|
||||
from within this function.
|
||||
|
||||
|
|
@ -782,7 +782,7 @@ public final class EmacsSafThread extends HandlerThread
|
|||
|
||||
private abstract class SafObjectFunction
|
||||
{
|
||||
/* The ``throws Throwable'' here is a Java idiosyncracy that tells
|
||||
/* The ``throws Throwable'' here is a Java idiosyncrasy that tells
|
||||
the compiler to allow arbitrary error objects to be signaled
|
||||
from within this function.
|
||||
|
||||
|
|
@ -1216,7 +1216,7 @@ public final class EmacsSafThread extends HandlerThread
|
|||
});
|
||||
}
|
||||
|
||||
/* The bulk of `statDocument'. SIGNAL should be a cancelation
|
||||
/* The bulk of `statDocument'. SIGNAL should be a cancellation
|
||||
signal. */
|
||||
|
||||
private long[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue