Skip to content

Commit d515a27

Browse files
author
Detlef Groth
committed
r-code reimplemented as rcode
1 parent 66956b8 commit d515a27

File tree

3 files changed

+27
-25
lines changed

3 files changed

+27
-25
lines changed

doc/me.smd

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@
10701070
[list-buffers(2)](list-buffers(2)) (C-x C-b) List all buffers and show their status
10711071
[osd-help(3)](osd-help(3)) GUI based on-line help
10721072
[pydoc(3)](pydoc(3)) Display Python module manual pages
1073-
[r-doc(3)](r-doc(3)) Display R function and package manual pages
1073+
[rdoc(3)](rdoc(3)) Display R function and package manual pages
10741074

10751075
!! me-id: amicr021
10761076
! Operating Modes
@@ -2095,7 +2095,7 @@
20952095
[quote-char(2)](quote-char(2)) (C-q) Insert literal character
20962096
[rcs-file(2)](rcs-file(2)) (C-x C-q) Handle Revision Control System (RCS) files
20972097
[rdiff(3)](rdiff(3)) Recursively compare files or directories
2098-
[r-doc(3)](r-doc(3)) Display R function and package manual pages
2098+
[rdoc(3)](rdoc(3)) Display R function and package manual pages
20992099
[read-file(2)](read-file(2)) (C-x C-r) Find and load file replacing current buffer
21002100
[read-registry(2)](read-registry(2)) Read in a registry definition file
21012101
[read-session(3)](read-session(3)) Read in session information
@@ -2619,7 +2619,7 @@
26192619
[query-replace-all-string(3)](query-replace-all-string(3)) Query replace string in a list of files
26202620
[query-replace-string-in-files(3)](query-replace-string-in-files(3)) Conditionally search and replace strings across files
26212621
[rdiff(3)](rdiff(3)) Recursively compare files or directories
2622-
[r-doc(3)](r-doc(3)) Display R function and package manual pages
2622+
[rdoc(3)](rdoc(3)) Display R function and package manual pages
26232623
[read-session(3)](read-session(3)) Read in session information
26242624
[replace-all-pairs(3)](replace-all-pairs(3)) Replace string pairs in a list of files
26252625
[replace-all-string(3)](replace-all-string(3)) Replace string with new string in a list of files
@@ -3770,7 +3770,7 @@
37703770
[rc(9)](rc(9)) Microsoft Developer resource file
37713771
[rcs-file(2)](rcs-file(2)) (C-x C-q) Handle Revision Control System (RCS) files
37723772
[rdiff(3)](rdiff(3)) Recursively compare files or directories
3773-
[r-doc(3)](r-doc(3)) Display R function and package manual pages
3773+
[rdoc(3)](rdoc(3)) Display R function and package manual pages
37743774
[read-file(2)](read-file(2)) (C-x C-r) Find and load file replacing current buffer
37753775
[read-registry(2)](read-registry(2)) Read in a registry definition file
37763776
[read-session(3)](read-session(3)) Read in session information
@@ -43366,17 +43366,17 @@ $a
4336643366

4336743367
[scheme-editor(3)](scheme-editor(3))
4336843368
!! me-id: m3mac099
43369-
! 3 r-doc
43369+
! 3 rdoc
4337043370
## NAME
4337143371

4337243372

43373-
|r-doc
43374-
r-doc - display documentation for R functions and packages
43373+
|rdoc
43374+
rdoc - display documentation for R functions and packages
4337543375
$a
4337643376

4337743377
## SYNOPSIS
4337843378

43379-
__r-doc__ ["package::function|function"]
43379+
__rdoc__ ["package::function|function"]
4338043380

4338143381
## DESCRIPTION
4338243382

@@ -43386,12 +43386,13 @@ $a
4338643386

4338743387
## EXAMPLE
4338843388

43389-
r-doc "plot"
43390-
r-doc "cluster::pam"
43389+
rdoc "plot"
43390+
rdoc "cluster::pam"
43391+
rdoc "package::cluster"
4339143392

4339243393
## NOTES
4339343394

43394-
__r-doc__ macro is defined in file `hkrdoc.emf`.
43395+
__rdoc__ macro is defined in file `hkrdoc.emf`.
4339543396

4339643397
## SEE ALSO
4339743398

@@ -63623,6 +63624,6 @@ $a
6362363624
## SEE ALSO
6362463625

6362563626

63626-
[r-doc(3)](r-doc(3)), [Supported File Types](MicroEmacs - Supported File Types).
63627+
[rdoc(3)](rdoc(3)), [Supported File Types](MicroEmacs - Supported File Types).
6362763628

6362863629
!! me-id: meende

jasspa/macros/me.ehf

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ Miscellaneous Information
11641164
lslist-buffers(2)lmlist-buffers(2)le (C-x C-b) List all buffers and show their status
11651165
lsosd-help(3)lmosd-help(3)le GUI based on-line help
11661166
lspydoc(3)lmpydoc(3)le Display Python module manual pages
1167-
lsr-doc(3)lmr-doc(3)le Display R function and package manual pages
1167+
lsrdoc(3)lmrdoc(3)le Display R function and package manual pages
11681168

11691169
! Operating Modes
11701170
cEcEOPERATING MODES cEcA
@@ -2178,7 +2178,7 @@ Miscellaneous Information
21782178
lsquote-char(2)lmquote-char(2)le (C-q) Insert literal character
21792179
lsrcs-file(2)lmrcs-file(2)le (C-x C-q) Handle Revision Control System (RCS) files
21802180
lsrdiff(3)lmrdiff(3)le Recursively compare files or directories
2181-
lsr-doc(3)lmr-doc(3)le Display R function and package manual pages
2181+
lsrdoc(3)lmrdoc(3)le Display R function and package manual pages
21822182
lsread-file(2)lmread-file(2)le (C-x C-r) Find and load file replacing current buffer
21832183
lsread-registry(2)lmread-registry(2)le Read in a registry definition file
21842184
lsread-session(3)lmread-session(3)le Read in session information
@@ -2701,7 +2701,7 @@ Miscellaneous Information
27012701
lsquery-replace-all-string(3)lmquery-replace-all-string(3)le Query replace string in a list of files
27022702
lsquery-replace-string-in-files(3)lmquery-replace-string-in-files(3)le Conditionally search and replace strings across files
27032703
lsrdiff(3)lmrdiff(3)le Recursively compare files or directories
2704-
lsr-doc(3)lmr-doc(3)le Display R function and package manual pages
2704+
lsrdoc(3)lmrdoc(3)le Display R function and package manual pages
27052705
lsread-session(3)lmread-session(3)le Read in session information
27062706
lsreplace-all-pairs(3)lmreplace-all-pairs(3)le Replace string pairs in a list of files
27072707
lsreplace-all-string(3)lmreplace-all-string(3)le Replace string with new string in a list of files
@@ -3849,7 +3849,7 @@ Miscellaneous Information
38493849
lsrc(9)lmrc(9)le Microsoft Developer resource file
38503850
lsrcs-file(2)lmrcs-file(2)le (C-x C-q) Handle Revision Control System (RCS) files
38513851
lsrdiff(3)lmrdiff(3)le Recursively compare files or directories
3852-
lsr-doc(3)lmr-doc(3)le Display R function and package manual pages
3852+
lsrdoc(3)lmrdoc(3)le Display R function and package manual pages
38533853
lsread-file(2)lmread-file(2)le (C-x C-r) Find and load file replacing current buffer
38543854
lsread-registry(2)lmread-registry(2)le Read in a registry definition file
38553855
lsread-session(3)lmread-session(3)le Read in session information
@@ -42788,17 +42788,17 @@ $a
4278842788
cESEE ALSO cA
4278942789

4279042790
lsscheme-editor(3)lmscheme-editor(3)le
42791-
! 3 r-doc
42791+
! 3 rdoc
4279242792
cEcENAME cEcA
4279342793

4279442794

42795-
|r-doc
42796-
r-doc - display documentation for R functions and packages
42795+
|rdoc
42796+
rdoc - display documentation for R functions and packages
4279742797
$a
4279842798

4279942799
cESYNOPSIS cA
4280042800

42801-
cDr-doccA ["package::function|function"]
42801+
cDrdoccA ["package::function|function"]
4280242802

4280342803
cEDESCRIPTION cA
4280442804

@@ -42808,12 +42808,13 @@ $a
4280842808

4280942809
cEEXAMPLE cA
4281042810

42811-
r-doc "plot"
42812-
r-doc "cluster::pam"
42811+
rdoc "plot"
42812+
rdoc "cluster::pam"
42813+
rdoc "package::cluster"
4281342814

4281442815
cENOTES cA
4281542816

42816-
cDr-doccA macro is defined in file cGhkrdoc.emfcA.
42817+
cDrdoccA macro is defined in file cGhkrdoc.emfcA.
4281742818

4281842819
cESEE ALSO cA
4281942820

@@ -62687,5 +62688,5 @@ $a
6268762688
cESEE ALSO cA
6268862689

6268962690

62690-
lsr-doc(3)lmr-doc(3)le, lsMicroEmacs - Supported File TypeslmSupported File Typesle.
62691+
lsrdoc(3)lmrdoc(3)le, lsMicroEmacs - Supported File TypeslmSupported File Typesle.
6269162692

jasspa/macros/me.emf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ define-macro-file mail mail mail-check stop-mail-check
7171
define-macro-file fileopen osd-file-open osd-get-file
7272
define-macro-file spellaut auto-spell auto-spell-menu
7373
define-macro-file hkinfo info info-on info-goto-link
74-
define-macro-file hkrdoc r-doc
74+
define-macro-file hkrdoc rdoc
7575
define-macro-file hkpydoc pydoc
7676
define-macro-file zfile find-zfile zfile-setup
7777
define-macro-file gentags generate-tags-file

0 commit comments

Comments
 (0)