fix bugs before cran release
diff --git a/man/spec_boxplot.Rd b/man/spec_boxplot.Rd
index 820ade8..2c5dab6 100644
--- a/man/spec_boxplot.Rd
+++ b/man/spec_boxplot.Rd
@@ -44,9 +44,8 @@
 \item{same_lim}{T/F. If x is a list of vectors, should all the plots be
 plotted in the same range? Default is True.}
 
-\item{lim, xlim, ylim}{Manually specify plotting range in the form of
-\code{c(0, 10)}. \code{lim} is used in \code{spec_hist} and \code{spec_boxplot}; \code{xlim}
-and \code{ylim} are used in \code{spec_plot}.}
+\item{lim}{Manually specify plotting range in the form of
+\code{c(0, 10)}.}
 
 \item{xaxt}{On/Off for xaxis text}
 
@@ -77,7 +76,8 @@
 \description{
 These functions helps you quickly generate sets of sparkline
 style plots using base R plotting system. Currently, we support histogram,
-boxplot, and line. You can use them together with \code{column_spec} to
-generate inline plot in tables. By default, this function will save images
-in a folder called "kableExtra" and return the address of the file.
+boxplot, line, scatter and pointrange plots. You can use them together with
+\code{column_spec} to generate inline plot in tables. By default, this function
+will save images in a folder called "kableExtra" and return the address of
+the file.
 }