emacs-devel
[Top][All Lists]
Advanced

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

literal newlines in @result{} strings


From: Thien-Thi Nguyen
Subject: literal newlines in @result{} strings
Date: 29 Aug 2005 19:33:14 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

i'm currently looking at text.texi (as part of the required review
indicated in admin/FOR-RELEASE) and see two instances of a newline
literal in the @result{} string, both in examples, one for
`buffer-string' and one for `buffer-substring':

     @result{} "This is the contents of buffer foo
"

@result{} "he contents of buffer foo
"

for `thing-at-point' i see:

     @result{} "Gentlemen may cry ``Peace! Peace!,''\n"

which has the `\n' instead of a literal newline.  i'd like to change the
former two to resemble the latter.  any objections?  any reason to go in
the opposite direction?

thi




reply via email to

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