projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7eb5a2
)
; Spelling fix
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 26 Mar 2018 16:29:42 +0000
(09:29 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 26 Mar 2018 16:30:01 +0000
(09:30 -0700)
src/marker.c
patch
|
blob
|
history
diff --git
a/src/marker.c
b/src/marker.c
index 9933d957a57083d6b5701f0af9f81feef02adde4..eaae8ff6a90742432a8a3ce4b9ac13ec95c1a6dc 100644
(file)
--- a/
src/marker.c
+++ b/
src/marker.c
@@
-151,7
+151,7
@@
CHECK_MARKER (Lisp_Object x)
worst case and it was rarely slower and never by much.
The asymptotic behavior is still poor, tho, so in largish buffers with many
- overlays (e.g. 300KB and 30K overlays), it can still be a bottlneck. */
+ overlays (e.g. 300KB and 30K overlays), it can still be a bottl
e
neck. */
#define BYTECHAR_DISTANCE_INITIAL 50
#define BYTECHAR_DISTANCE_INCREMENT 50