]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fapropos_internal): Fix previous change.
authorKarl Heuer <kwzh@gnu.org>
Tue, 9 Jan 1996 03:16:51 +0000 (03:16 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 9 Jan 1996 03:16:51 +0000 (03:16 +0000)
src/keymap.c

index de0673e9cd16b845d68727379a38d8a0cffdff5f..4970e79050316dce69d4310cfc059fd999bf5afd 100644 (file)
@@ -2522,7 +2522,7 @@ Return list of symbols found.")
      Lisp_Object regexp, predicate;
 {
   struct gcpro gcpro1, gcpro2;
-  CHECK_REGEXP (regexp, 0);
+  CHECK_STRING (regexp, 0);
   apropos_predicate = predicate;
   GCPRO2 (apropos_predicate, apropos_accumulate);
   apropos_accumulate = Qnil;