]> code.delx.au - gnu-emacs/blobdiff - lib-src/make-docfile.c
Fix Lua tags when a function name includes '.' or ':'
[gnu-emacs] / lib-src / make-docfile.c
index bada8df9f72de78968fc52aa57d1e64b058baf42..3d8f34f1a98abe1501ac1aa0cb4c71c5ca17dbfe 100644 (file)
@@ -507,7 +507,7 @@ write_c_args (char *func, char *buf, int minargs, int maxargs)
        {
          if (ident_length == 0)
            {
-             error ("empty arg list for `%s' should be (void), not ()", func);
+             error ("empty arg list for '%s' should be (void), not ()", func);
              continue;
            }
 
@@ -1163,7 +1163,7 @@ scan_c_stream (FILE *infile)
            }
          else if (defunflag && maxargs == -1 && !saw_usage)
            /* The DOC should provide the usage form.  */
-           fprintf (stderr, "Missing `usage' for function `%s'.\n",
+           fprintf (stderr, "Missing 'usage' for function '%s'.\n",
                     input_buffer);
        }
     }