> From: Kevin Rodgers <[EMAIL PROTECTED]> > Date: Tue, 11 Jul 2006 12:18:34 -0600 > > In GNU Emacs 22.0.50.1 (i386-mingw-nt5.1.2600) > of 2006-04-22 on YAMALOK > X server distributor `Microsoft Corp.', version 5.1.2600 > configured using `configure --with-gcc (4.1) --cflags -O2 -march=i686 > -mtune=i686 -lm -ffast-math -IC:/gnuwin32/include_emacs > -IC:/gnuwin32/lib -IC:/gnuwin32/src --ldflags -s ' > > `describe-function' and `describe-variable' report "Not documented" > for all functions and variables defun'ed or defvar'ed/defcustom'ed in > fringe.el even though they are defined there with doc strings and even > though fringe.el is dumped (i.e. (featurep 'fringe) returns t > immediately after invoking emacs -Q).
You have a stale build. This bug was fixed on May 13th (it happened because fringe.elc was omitted from the list of files submitted to make-docfile). Thanks for the report, anyway. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
