emacs-devel
[Top][All Lists]
Advanced

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

Re: cannot understand Elisp manual node Glyphs


From: Nick Roberts
Subject: Re: cannot understand Elisp manual node Glyphs
Date: Fri, 9 Feb 2007 22:43:21 +1300

 >   DEFUN ("forward-char", Fforward_char, Sforward_char, 0, 1, "p",
 >          doc: /* Move point right N characters (left if N is negative).
 > ! On reaching end of buffer, stop and signal error.  N nil or omitted is
 > ! equivalent to N = 1.  */)

The help buffer says:

(forward-char &optional n)

Omitted optional arguments default to nil but it might be a good idea to say
the default value for N is 1, if this isn't already obvious from its name.

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




reply via email to

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