]> code.delx.au - gnu-emacs/commitdiff
Don’t document declare-function internals
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 28 May 2016 01:16:24 +0000 (18:16 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 28 May 2016 01:17:04 +0000 (18:17 -0700)
Suggested by Stefan Monnier in:
http://lists.gnu.org/archive/html/emacs-devel/2016-05/msg00618.html
* doc/lispref/functions.texi (Declaring Functions):
* lisp/subr.el (declare-function):
* lisp/emacs-lisp/bytecomp.el:
(byte-compile-macroexpand-declare-function):
Document as (fn file &optional arglist fileonly)
even though it is really (fn file &rest args).


No differences found