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

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

Re: Missing arglist for char-after


From: Nick Roberts
Subject: Re: Missing arglist for char-after
Date: Wed, 13 Jun 2007 16:08:33 +1200

 >     I typed <esc>help<cr>fchar-after<cr>
 
C-h f <RET> char-after <RET>?

 > and got the following result:
 > 
 > char-after is a built-in function.
 > [Missing arglist.  Please make a bug report.]
 > 
 > Return character in current buffer at position POS.
 > POS is an integer or a marker and defaults to point.
 > If POS is out of range, the value is nil.
 > 
 > (fn &optional POS)
 > 
 > [back]

Someone else might know more than me, but until they say something, what does
your entry for char-after look like in etc/DOC-22.1.1?

In between control characters my DOC file looks like this:

    Fchar-after
    Return character in current buffer at position POS.
    POS is an integer or a marker and defaults to point.
    If POS is out of range, the value is nil.

    (fn &optional POS)

i.e Is the optional argument POS present?

-- 
Nick                                           http://www.inet.net.nz/~nickrob

 > In GNU Emacs 22.1.1 (sparc-sun-solaris2.8, GTK+ Version 2.11.1)
 >  of 2007-06-11 on pkg-build
 > configured using `configure  '--prefix=/pkg/gnu' 
 > '--x-includes=/pkg/gnome/include:/usr/X11/include:/usr/openwin/include:/usr/dt/include:/pkg/X11/include'
 >  
 > '--x-libraries=/pkg/gnome/lib:/usr/X11/lib:/usr/openwin/lib:/usr/dt/lib:/pkg/X11/lib'
 >  '--with-x' '--with-x-toolkit=gtk' 
 > '--with-pkg-config-prog=/usr/bin/pkg-config' '--with-xpm' '--with-jpeg' 
 > '--with-tiff' '--with-gif' '--with-png' 'CC=gcc' 'CFLAGS= -O3 -mv8 
 > -mtune=ultrasparc' 'LDFLAGS=-L/pkg/local/lib -R/pkg/local/lib -L/pkg/gnu/lib 
 > -R/pkg/gnu/lib' 'CPPFLAGS=-I/pkg/local/include -I/pkg/local/include/libpng 
 > -I/pkg/gnu/include''

> ....





reply via email to

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