> From: "Drew Adams" <[EMAIL PROTECTED]> > Date: Fri, 12 May 2006 13:11:51 -0700 > > emacs -Q > > C-h f fringe-mode shows only this: > > fringe-mode is an interactive compiled Lisp function in `fringe.el'. > (fringe-mode &optional mode) > > Not documented.
In fact, all of the functions in fringe.el would similarly show no documentation. > Even after calling `fringe-mode' I get the same thing. I must load the > source file (.el, not .elc) in order to be able to see the doc of > `fringe-mode'. That's because fringe.elc is preloaded, so invoking `fringe-mode' doesn't load it. The problem was that fringe.elc was not on the list of files passed to make-docfile. I added it now. Thanks for reporting this. _______________________________________________ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug