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

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

[debbugs-tracker] bug#26925: closed (Improve /doc/lispref/strings.texi (


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26925: closed (Improve /doc/lispref/strings.texi (split-string) documentation)
Date: Fri, 19 May 2017 11:49:02 +0000

Your message dated Fri, 19 May 2017 14:47:53 +0300
with message-id <address@hidden>
and subject line Re: bug#26925: Improve /doc/lispref/strings.texi 
(split-string) documentation
has caused the debbugs.gnu.org bug report #26925,
regarding Improve /doc/lispref/strings.texi (split-string) documentation
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26925: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26925
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Improve /doc/lispref/strings.texi (split-string) documentation Date: Mon, 15 May 2017 00:45:34 +0900
I slightly changed the paragraph order in the documentation to (split-string) 
to make it more readable.

Jean-Christophe 

===========================
Improve documentation of (split-string)

* /doc/lispref/strings.texi (split-string): change paragraph
  order to improve readability.
===========================

Attachment: strings.texi.diff
Description: Binary data


--- End Message ---
--- Begin Message --- Subject: Re: bug#26925: Improve /doc/lispref/strings.texi (split-string) documentation Date: Fri, 19 May 2017 14:47:53 +0300
> From: Jean-Christophe Helary <address@hidden>
> Date: Mon, 15 May 2017 00:45:34 +0900
> 
> I slightly changed the paragraph order in the documentation to (split-string) 
> to make it more readable.
> 
> Jean-Christophe 
> 
> ===========================
> Improve documentation of (split-string)
> 
> * /doc/lispref/strings.texi (split-string): change paragraph
>   order to improve readability.
> ===========================

Thanks, pushed.

One nit: please don't refer to functions with syntax that looks like a
function call, as in (split-string) above, or foo() for C sources.
The GNU Coding Standards frown on such references, because they look
like a call to a function with no arguments, which is not what is
meant there.  We use 'split-string' and 'foo' instead, i.e. the name
of the function in quotes.


--- End Message ---

reply via email to

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