GNU bug report logs -
#4026
`characterp' undocumented optional arg 'ignore'
Previous Next
Reported by: MON KEY <monkey <at> sandpframing.com>
Date: Mon, 3 Aug 2009 22:25:06 UTC
Severity: minor
Tags: notabug
Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
`characterp' has undocumented optional arg 'ignore'
This may be another one of the +/- 500 `bootstrapping documentation' arg bugs...
If not, following is what I found:
---
@Circa line 313 in "../src/character.c"
doc: /* Return non-nil if OBJECT is a character. */)
---
(describe-function 'characterp)
;;; docstring in *Help*
"characterp is a built-in function in `character.c'.
(characterp object &optional ignore)
Return non-nil if object is a character."
---
(info "(elisp)Character Codes)")
@Circa line 313 of "../info/elisp-7" as from "./elisp.texi" of Emacs
version 23.1.50
" -- Function: characterp charcode
This returns `t' if CHARCODE is a valid character, and `nil'
otherwise."
----
In GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600)
of 2009-06-30 on LENNART-69DE564 (patched)
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --cflags -Ic:/g/include'
This bug report was last modified 14 years and 9 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.