emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lib-src/make-docfile.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lib-src/make-docfile.c
Date: Mon, 15 Jul 2002 15:59:54 -0400

Index: emacs/lib-src/make-docfile.c
diff -c emacs/lib-src/make-docfile.c:1.50 emacs/lib-src/make-docfile.c:1.51
*** emacs/lib-src/make-docfile.c:1.50   Sat Jan  5 18:37:58 2002
--- emacs/lib-src/make-docfile.c        Mon Jul 15 15:59:53 2002
***************
*** 722,727 ****
--- 722,730 ----
              fprintf (outfile, "\n\n");
              write_c_args (outfile, buf, argbuf, minargs, maxargs);
            }
+         else if (defunflag && maxargs == -1 && !saw_usage)
+           /* The DOC should provide the usage form.  */
+           fprintf (stderr, "Missing `usage' for function `%s'.\n", buf);
        }
      }
   eof:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]