; Fix mistyped --enable-checking in docs.
This commit is contained in:
parent
f0abc9bc0d
commit
248adb4b77
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue