Index: src/library/base/man/cbind.Rd =================================================================== --- src/library/base/man/cbind.Rd (revision 82673) +++ src/library/base/man/cbind.Rd (working copy) @@ -32,7 +32,7 @@ \code{stringsAsFactors}.)} \item{deparse.level}{integer controlling the construction of labels in the case of non-matrix-like arguments (for the default method):\cr - \code{deparse.level = 0} constructs no labels; the default,\cr + \code{deparse.level = 0} constructs no labels,\cr \code{deparse.level = 1 or 2} constructs labels from the argument names, see the \sQuote{Value} section below.} \item{make.row.names}{(only for data frame method:) logical @@ -130,8 +130,9 @@ the \code{colnames} (\code{rownames}) of the arguments if these are matrix-like. Otherwise from the names of the arguments or where those are not supplied and \code{deparse.level > 0}, by deparsing the - expressions given, for \code{deparse.level = 1} only if that gives a - sensible name (a \sQuote{symbol}, see \code{\link{is.symbol}}). + expressions given, for \code{deparse.level = 1} (the default) only if + that gives a sensible name (a \sQuote{symbol}, see + \code{\link{is.symbol}}). For \code{cbind} row names are taken from the first argument with appropriate names: rownames for a matrix, or names for a vector of