Skip to content

Commit 2c8b0a7

Browse files
author
hornik
committed
Tweaks for c87801.
git-svn-id: https://svn.r-project.org/R/trunk@87959 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent a26dbe8 commit 2c8b0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/utils/R/aspell.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ function(x, vrbs = c("verbatim", "verbatim*", "Sinput", "Soutput"),
12851285

12861286
recurse <- function(e) {
12871287
tag <- ltxtag(e)
1288-
if((tag == "VERB") ||
1288+
if((tag == "VERB") || (tag == "DEFINITION") ||
12891289
((tag == "ENVIRONMENT") && e[[1L]] %in% envs))
12901290
ranges <<- c(ranges, list(chrran(e)))
12911291
else if(is.list(e)) {

0 commit comments

Comments
 (0)