emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: C-h f fringe-mode shows "Not documented"


From: Eli Zaretskii
Subject: Re: C-h f fringe-mode shows "Not documented"
Date: Sat, 13 May 2006 13:30:29 +0300

> From: "Drew Adams" <address@hidden>
> 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.




reply via email to

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