mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
; * src/minibuf.c (Fcompletion__flex_cost_gotoh): Fix comment.
This commit is contained in:
parent
d1ef30828f
commit
dfbe73a133
1 changed files with 1 additions and 1 deletions
|
|
@ -2302,7 +2302,7 @@ init_minibuf_once_for_pdumper (void)
|
|||
particular implementation of the algorithm assumes they have at least
|
||||
one match.
|
||||
|
||||
D (originally stands for 'Deletion' in the Gotoh paper) has "running
|
||||
D (originally stands for 'Distance' in the Gotoh paper) has "running
|
||||
costs". Each value D[i,j] represents what the algorithm has to pay
|
||||
to make or extend a gap when a match is found at i+1, j+1. By that
|
||||
time, that cost may or may not be lower than continuing from a match
|
||||
|
|
|
|||
Loading…
Reference in a new issue