emacs-devel
[Top][All Lists]
Advanced

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

Re: cmds.c patch: document omitted argument behaviour


From: Richard Stallman
Subject: Re: cmds.c patch: document omitted argument behaviour
Date: Thu, 16 Nov 2006 01:23:48 -0500

     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.  */)
    +       doc: /* Move point right (left if N is negative) N characters.

The current version of that first line is superior.

    +On reaching end of buffer, stop and signal error.  N nil or omitted is
    +equivalent to N = 1.  */)

That addition is good; would someone please install it?




reply via email to

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