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

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

bug#1351: 23.0.60; Provide doc strings for functions in replace.el


From: Juanma Barranquero
Subject: bug#1351: 23.0.60; Provide doc strings for functions in replace.el
Date: Sun, 16 Nov 2008 00:27:08 +0100

On Sat, Nov 15, 2008 at 23:58, Glenn Morris <rgm@gnu.org> wrote:

> (let (undocumented)
>  (mapatoms (lambda (s)
>              (and (fboundp s)
>                   (not (documentation s))
>                   (push s undocumented))))
>  undocumented))

Had you tried it (removing the last ")"), you would've caught an unrelated bug:

 => *** Eval error ***  Symbol's function definition is void:
c-put-char-property-fun

In cc-defs.el, `c-put-char-property-fun' is aliased to the output of
an expression that is nil on current Emacs.

C-h f c-put-char-property-fun <ENTER>

c-put-char-property-fun is an alias for `nil',
which is not defined.  Please make a bug report.

  Juanma






reply via email to

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