diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-27 10:17:40 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-27 10:17:40 -0800 |
commit | e9a452d9cd08b5e09fa7ee51d1f57bbc4a9509c0 (patch) | |
tree | f5010e7da454fad010da146863fdf54ff7bfa153 /src/search.c | |
parent | c3f1c606c9818ca0b5eaa7929ef3b7a60dbf6088 (diff) | |
download | emacs-e9a452d9cd08b5e09fa7ee51d1f57bbc4a9509c0.tar.gz emacs-e9a452d9cd08b5e09fa7ee51d1f57bbc4a9509c0.tar.bz2 emacs-e9a452d9cd08b5e09fa7ee51d1f57bbc4a9509c0.zip |
Spelling fixes (mostly "inactive" vs "deactivate").
Diffstat (limited to 'src/search.c')
-rw-r--r-- | src/search.c | 2 |
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. */) |