Don’t document declare-function internals
commit66cd9187e396abfa7220d6a8f8d1a7064ef20b1e
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 28 May 2016 01:16:24 +0000 (27 18:16 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 28 May 2016 01:17:04 +0000 (27 18:17 -0700)
tree3a67532755b6302dcd6fee3b6f420ed3c3851646
parent4ce68f8f0f1dd1aa518e6e682b2c2cef1f49d953
Don’t document declare-function internals

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).
doc/lispref/functions.texi
lisp/emacs-lisp/bytecomp.el
lisp/subr.el