Skip to content

Commit bf0466e

Browse files
author
luke
committed
Drop @embfun designations for some entry points.
git-svn-id: https://svn.r-project.org/R/trunk@89071 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 427d596 commit bf0466e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/manual/R-exts.texi

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18279,23 +18279,20 @@ system console. @code{R_ClearerrConsole} clears any errors associated
1827918279
with reading from the console.
1828018280
@end deftypefun
1828118281

18282-
@embfun R_ShowFiles
1828318282
@deftypefun int R_ShowFiles (int @var{nfile}, const char **@var{file}, @
1828418283
const char **@var{headers}, const char *@var{wtitle}, Rboolean @var{del}, @
1828518284
const char *@var{pager})
1828618285

1828718286
This function is used to display the contents of files.
1828818287
@end deftypefun
1828918288

18290-
@embfun R_ChooseFile
1829118289
@deftypefun int R_ChooseFile (int @var{new}, char *@var{buf}, @
1829218290
int @var{len})
1829318291

1829418292
Choose a file and return its name in @var{buf} of length @var{len}.
1829518293
Return value is 0 for success, > 0 otherwise.
1829618294
@end deftypefun
1829718295

18298-
@embfun R_EditFile
1829918296
@deftypefun int R_EditFile (const char *@var{buf})
1830018297
Send a file to an editor window.
1830118298
@end deftypefun
@@ -18306,9 +18303,6 @@ Send @var{nfile} files to an editor, with titles possibly to be used for
1830618303
the editor window(s).
1830718304
@end deftypefun
1830818305

18309-
@embfun R_loadhistory
18310-
@embfun R_savehistory
18311-
@embfun R_addhistory
1831218306
@deftypefun SEXP R_loadhistory (SEXP, SEXP, SEXP, SEXP);
1831318307
@deftypefunx SEXP R_savehistory (SEXP, SEXP, SEXP, SEXP);
1831418308
@deftypefunx SEXP R_addhistory (SEXP, SEXP, SEXP, SEXP);

0 commit comments

Comments
 (0)