]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix mistyped --enable-checking in docs.
authorBasil L. Contovounesios <contovob@tcd.ie>
Sun, 1 Oct 2023 16:42:52 +0000 (18:42 +0200)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sun, 1 Oct 2023 16:42:52 +0000 (18:42 +0200)
doc/lispref/searching.texi
src/itree.c

index 54b4e6f3a57ac4e4ba7ee5e12e5491bd4927c28a..cb269fcacc50a77942bc7a4fb2fdfdb8e9a71df1 100644 (file)
@@ -1980,7 +1980,7 @@ to read at least the description of the @code{re_opcode_t} type in the
 @code{src/regex-emacs.c} file in Emacs' source code.
 
 It is currently able to give a meaningful description only if Emacs
-was compiled with @code{--enable_checking}.
+was compiled with @code{--enable-checking}.
 @end defun
 
 @node Regexp Search
index ecf7d67422abd261cea3017ac4cee5d7ac6375e8..259cc99d3afe7727cabb7393203ff507ff1485e0 100644 (file)
@@ -278,7 +278,7 @@ check_subtree (struct itree_node *node,
 
    This runs in constant time when ENABLE_OVERLAY_CHECKING is 0
    (i.e. Emacs is not configured with
-   "--enable_checking=yes,overlays").  In this mode it can't check all
+   "--enable-checking=yes,overlays").  In this mode it can't check all
    the invariants.  When ENABLE_OVERLAY_CHECKING is 1 it checks the
    entire tree and validates all invariants.
 */