byte of the same value.
If HANDLE-OVER-UNI is Qt, encode an over-unicode character
- into the the same 4 or 5-byte sequence.
+ into the same 4 or 5-byte sequence.
If the two arguments are Qnil, return Qnil if STRING has a
non-Unicode character. */
The special values `dragging' and `dropping' assert that the mouse
cursor retains its appearance during mouse motion. Any non-nil value
but `dropping' asserts that motion events always relate to the frame
-where the the mouse movement started. The value `dropping' asserts
+where the mouse movement started. The value `dropping' asserts
that motion events relate to the frame where the mouse cursor is seen
when generating the event. If there's no such frame, such motion
events relate to the frame where the mouse movement started. */);
gmp_lucas_step_k_2k (V, Qk, n);
/* A step k->k+1 is performed if the bit in $n$ is 1 */
- /* mpz_tstbit(n,bs) or the the bit is 0 in $n$ but */
+ /* mpz_tstbit(n,bs) or the bit is 0 in $n$ but */
/* should be 1 in $n+1$ (bs == b0) */
if (b0 == bs || mpz_tstbit (n, bs))
{
ptrdiff_t word_step;
/* The current (partial) limb. */
mp_limb_t limb;
- /* The number of bytes left to to in this limb. */
+ /* The number of bytes left to do in this limb. */
size_t bytes;
/* The index where the limb was read. */
mp_size_t i;
#endif
}
-/* Return true if if objects should be enqueued in CTX to refer to an
+/* Return true if objects should be enqueued in CTX to refer to an
object that the caller should store into CTX->current_referrer.
Until dump_clear_referrer is called, any objects enqueued are being
return powf (link_score, (float) link_weight / 1000.0f);
}
-/* Compute the score score for a queued object.
+/* Compute the score for a queued object.
OBJECT is the object to query, which must currently be queued for
dumping. BASIS is the offset at which we would be
With optional FORM, convert to that timestamp form.
Truncate the returned value toward minus infinity.
-If FORM is nil (the default), return the the same form as `current-time'.
+If FORM is nil (the default), return the same form as `current-time'.
If FORM is a positive integer, return a pair of integers (TICKS . FORM),
where TICKS is the number of clock ticks and FORM is the clock frequency
in ticks per second. (Currently the positive integer should be at least