Skip to content

Commit 049c7fe

Browse files
author
hornik
committed
Markup.
git-svn-id: https://svn.r-project.org/R/trunk@85660 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 91e4f7a commit 049c7fe

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
lines changed

doc/manual/R-exts.texi

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ allowed in the @file{R} directory to allow a @file{configure} script to
11781178
generate suitable files.
11791179

11801180
Only @acronym{ASCII} characters (and the control characters tab,
1181-
formfeed, LF and CR) should be used in code files. Other characters are
1181+
formfeed, @abbr{LF} and @abbr{CR}) should be used in code files. Other characters are
11821182
accepted in comments@footnote{but they should be in the encoding
11831183
declared in the @file{DESCRIPTION} file.}, but then the comments may not
11841184
be readable in e.g.@: a UTF-8 locale. Non-@acronym{ASCII} characters in
@@ -3511,7 +3511,7 @@ and for the use of reasonable levels of compression.
35113511
@item
35123512
C, C++ and Fortran source and header files@footnote{An exception is made
35133513
for subdirectories with names starting @samp{win} or @samp{Win}.} are
3514-
tested for portable (LF-only) line endings. If there is a
3514+
tested for portable (@abbr{LF}-only) line endings. If there is a
35153515
@file{Makefile} or @file{Makefile.in} or @file{Makevars} or
35163516
@file{Makevars.in} file under the @file{src} directory, it is checked
35173517
for portable line endings and the correct use of @samp{$(BLAS_LIBS)} and
@@ -3731,7 +3731,7 @@ Prior to actually building the package in the standard gzipped tar file
37313731
format, a few diagnostic checks and cleanups are performed. In
37323732
particular, it is tested whether object indices exist and can be assumed
37333733
to be up-to-date, and C, C++ and Fortran source files and relevant
3734-
makefiles in a @file{src} directory are tested and converted to LF
3734+
makefiles in a @file{src} directory are tested and converted to @abbr{LF}
37353735
line-endings if necessary.
37363736

37373737
Run-time checks whether the package works correctly should be performed
@@ -4000,7 +4000,7 @@ Finally, if there is a @file{Makefile} and it has a @samp{clean:}
40004000
target, @command{make clean} is run.
40014001

40024002
All the usual @emph{caveats} about including a @file{Makefile} apply.
4003-
It must be portable (no @acronym{GNU} extensions), use LF line endings
4003+
It must be portable (no @acronym{GNU} extensions), use @abbr{LF} line endings
40044004
and must work correctly with a parallel @command{make}: too many authors
40054005
have written things like
40064006

@@ -4886,8 +4886,8 @@ empty @file{configure.win} file if no actions are needed).
48864886
@item
48874887
If your package has a @file{Makevars} or @file{Makefile} file, make sure
48884888
that you use only portable make features. Such files should be
4889-
LF-terminated@footnote{Solaris @command{make} did not accept
4890-
CRLF-terminated Makefiles; Solaris warned about and some other
4889+
@abbr{LF}-terminated@footnote{Solaris @command{make} did not accept
4890+
@abbr{CRLF}-terminated Makefiles; Solaris warned about and some other
48914891
@command{make}s ignore incomplete final lines.} (including the final
48924892
line of the file) and not make use of GNU extensions. (The POSIX
48934893
specification is available at
@@ -9637,7 +9637,7 @@ will be some small memory leaks from @code{readline} and @R{} itself ---
96379637
these are memory areas that are in use right up to the end of the @R{}
96389638
session. Expect this to run around 20x slower than without
96399639
@code{valgrind}, and in some cases much slower than that. Several
9640-
versions of @code{valgrind} were not happy with some optimized BLASes
9640+
versions of @code{valgrind} were not happy with some optimized BLAS libraries
96419641
that use @acronym{CPU}-specific instructions so you may need to build a
96429642
version of @R{} specifically to use with @code{valgrind}.
96439643

@@ -11948,7 +11948,7 @@ system and so the two interworked successfully. This was true of
1194811948
@command{gcc} 4 and later. In particular, any package that makes use of
1194911949
Fortran I/O will when compiled on Windows interfere with C I/O: when the
1195011950
Fortran I/O support code is initialized (typically when the package is
11951-
loaded) the C @code{stdout} and @code{stderr} are switched to LF line
11951+
loaded) the C @code{stdout} and @code{stderr} are switched to @abbr{LF} line
1195211952
endings. (Function @code{init} in file
1195311953
@file{src/modules/lapack/init_win.c} shows how to mitigate this. In a
1195411954
package this would look something like

doc/manual/R-ints.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ their earlier `internal' dot-name versions) and
11481148
serialize to (a file, a connection, a raw vector) and whether they are
11491149
intended to serialize a single object or a collection of objects
11501150
(typically the workspace). @code{save} writes a header at the beginning
1151-
of the file (a single LF-terminated line) which the lower-level versions
1151+
of the file (a single @abbr{LF}-terminated line) which the lower-level versions
11521152
do not.
11531153

11541154
@code{save} and @code{saveRDS} allow various forms of compression, and

doc/manual/rw-FAQ.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ or their use suppressed by @code{options(useFancyQuotes=FALSE)}.
845845
@section There is no tilde on my keyboard!
846846

847847
Where tilde does not appear on the main keyboard, it can normally be
848-
accessed by pressing AltGr (the right Alt key) plus some other key.
848+
accessed by pressing @key{AltGr} (the right @key{Alt} key) plus some other key.
849849
This is @code{]} in Canadian (multilingual), German and Scandinavian
850850
layouts, @code{1} in Eastern Europe, @code{[} in Portuguese, @code{4} or
851851
@code{5} in Spanish, @code{/} in Francophone Belgian, and so on. You

src/library/grid/vignettes/nonfinite.Rnw

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For all of these primitives, non-finite values for locations or
5050
sizes result in the corresponding primitive not being drawn.
5151
The following image provides a simple demonstration. Each primitive
5252
is drawn at seven x-locations, with the fourth location made non-finite
53-
(as indicated by a grey \texttt{"NA"}).
53+
(as indicated by a grey \code{"NA"}).
5454

5555
<<prim1, echo=FALSE, fig=TRUE, results=hide, width=4, height=2, include=FALSE>>=
5656
pushViewport(viewport(layout = grid.layout(1, 2,
@@ -85,8 +85,8 @@ new location are both not non-finite.
8585
\textbf{polygon} {~} \\
8686
A non-finite value breaks the polygon into two separate polygons.
8787
NOTE that this break happens within the current polygon as specified
88-
by the \texttt{id} argument. All polygons with the same \texttt{id}
89-
receive the same \texttt{gp} settings.
88+
by the \code{id} argument. All polygons with the same \code{id}
89+
receive the same \code{gp} settings.
9090

9191
\textbf{arrows} {~} \\
9292
An arrow head is only drawn if the first or last line segment is

src/library/utils/R/aspell.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ aspell_control_R_manuals <-
426426
"--add-texinfo-ignore=include",
427427
"--add-texinfo-ignore=ifclear",
428428
"--add-texinfo-ignore=ifset",
429+
"--add-texinfo-ignore=key",
429430
"--add-texinfo-ignore=math",
430431
"--add-texinfo-ignore=multitable",
431432
"--add-texinfo-ignore=node",

0 commit comments

Comments
 (0)