summaryrefslogtreecommitdiff
path: root/src/search.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-11-27 10:17:40 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-11-27 10:17:40 -0800
commite9a452d9cd08b5e09fa7ee51d1f57bbc4a9509c0 (patch)
treef5010e7da454fad010da146863fdf54ff7bfa153 /src/search.c
parentc3f1c606c9818ca0b5eaa7929ef3b7a60dbf6088 (diff)
downloademacs-e9a452d9cd08b5e09fa7ee51d1f57bbc4a9509c0.tar.gz
Spelling fixes (mostly "inactive" vs "deactivate").
Diffstat (limited to 'src/search.c')
-rw-r--r--src/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c
index a6a0fddb137..fe4ce534b0b 100644
--- a/src/search.c
+++ b/src/search.c
@@ -3132,7 +3132,7 @@ record_unwind_save_match_data (void)
Fmatch_data (Qnil, Qnil, Qnil));
}
-/* Quote a string to inactivate reg-expr chars */
+/* Quote a string to deactivate reg-expr chars */
DEFUN ("regexp-quote", Fregexp_quote, Sregexp_quote, 1, 1, 0,
doc: /* Return a regexp string which matches exactly STRING and nothing else. */)