From e9a452d9cd08b5e09fa7ee51d1f57bbc4a9509c0 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 27 Nov 2011 10:17:40 -0800 Subject: Spelling fixes (mostly "inactive" vs "deactivate"). --- src/search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/search.c') 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. */) -- cgit v1.2.1