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

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

bug#18652: 25.0.50; [PATCH] Add fresh-line


From: Eli Zaretskii
Subject: bug#18652: 25.0.50; [PATCH] Add fresh-line
Date: Wed, 08 Oct 2014 10:08:44 +0300

> From: Leo Liu <sdl.web@gmail.com>
> Date: Wed, 08 Oct 2014 13:08:57 +0800
> Cc: 18652@debbugs.gnu.org
> 
> +@defun fresh-line &optional stream

I can't say I care much for this name.  How about add-newline, or
ensure-newline or some such?

> +@cindex fresh line in print
> +This function outputs a newline to @var{stream} unless already at the
> +beginning of a line. Return @code{t} if a newline is printed. Signal

"At beginning of a line" needs explanation, I think.

Also, our convention is to have 2 spaces between sentences.

Finally, the style in the manual is to say "function returns" or "it
returns" and "signals", instead of "return" and "signal".

Thanks.





reply via email to

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