Skip to content

Commit 6363258

Browse files
author
hornik
committed
Tweaks for c88290.
git-svn-id: https://svn.r-project.org/R/trunk@88323 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 7f5e86d commit 6363258

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/library/tools/R/news.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,10 @@ function(file)
577577
function(x)
578578
{
579579
get_section_names <- function(x)
580-
vapply(x, function(e) .Rd_get_text(e[[1L]]), "")
580+
vapply(x,
581+
function(e)
582+
paste(.Rd_get_text(e[[1L]]), collapse = " "),
583+
"")
581584

582585
get_item_texts <- function(x) {
583586
## Currently, chunks should consist of a single \itemize list

0 commit comments

Comments
 (0)