Skip to content

Commit

Permalink
renamed pydoc to py-doc macro and moved code to pytools.emf
Browse files Browse the repository at this point in the history
  • Loading branch information
Detlef Groth committed Dec 20, 2024
1 parent 80140fa commit 8863078
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions doc/me.smd
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@
[info-on(3)](info-on(3)) Display Info on a given topic
[list-buffers(2)](list-buffers(2)) (C-x C-b) List all buffers and show their status
[osd-help(3)](osd-help(3)) GUI based on-line help
[pydoc(3)](pydoc(3)) Display Python module manual pages
[py-doc(3)](py-doc(3)) Display Python module manual pages
[r-doc(3)](r-doc(3)) Display R function and package manual pages

!! me-id: amicr021
Expand Down Expand Up @@ -2090,7 +2090,7 @@
[print-region(2)](print-region(2)) Print region, with formatting
[print-scheme(2)](print-scheme(2)) Create a new printer color and font scheme
[print-setup(3)](print-setup(3)) Configure MicroEmacs's printer interface
[pydoc(3)](pydoc(3)) Display Python module manual pages
[py-doc(3)](py-doc(3)) Display Python module manual pages
[query-replace-all-string(3)](query-replace-all-string(3)) Query replace string in a list of files
[query-replace-string(2)](query-replace-string(2)) (esc C-r) Search and replace a string - with query
[query-replace-string-in-files(3)](query-replace-string-in-files(3)) Conditionally search and replace strings
Expand Down Expand Up @@ -2625,7 +2625,7 @@
[paragraph-to-line(3)](paragraph-to-line(3)) Convert a paragraph to a single line
[password-to-phonic(3)](password-to-phonic(3)) Convert a password to phonic string
[print-setup(3)](print-setup(3)) Configure MicroEmacs's printer interface
[pydoc(3)](pydoc(3)) Display Python module manual pages
[py-doc(3)](py-doc(3)) Display Python module manual pages
[query-replace-all-string(3)](query-replace-all-string(3)) Query replace string in a list of files
[query-replace-string-in-files(3)](query-replace-string-in-files(3)) Conditionally search and replace strings across files
[rdiff(3)](rdiff(3)) Recursively compare files or directories
Expand Down Expand Up @@ -3772,7 +3772,7 @@
[printall(3f)](printall(3f)) Formatted print job
[profile(9)](profile(9)) Shell user profile
[py(9)](py(9)) Python Language File
[pydoc(3)](pydoc(3)) Display Python module manual pages
[py-doc(3)](py-doc(3)) Display Python module manual pages
[python(9)](python(9)) Python Language File
[query-replace-all-string(3)](query-replace-all-string(3)) Query replace string in a list of files
[query-replace-string(2)](query-replace-string(2)) (esc C-r) Search and replace a string - with query
Expand Down Expand Up @@ -43512,17 +43512,17 @@ $a

[r(9)](r(9))
!! me-id: m3mac100
! 3 pydoc
! 3 py-doc
## NAME


|pydoc
pydoc - display documentation for Python modules and packages
py-doc - display documentation for Python modules and packages
$a

## SYNOPSIS

__pydoc__ ["package|function"]
__py-doc__ ["package|function"]

## DESCRIPTION

Expand All @@ -43535,12 +43535,12 @@ $a

## EXAMPLE

pydoc "argparse"
pydoc "sys"
py-doc "argparse"
py-doc "sys"

## NOTES

__pydoc__ macro is defined in file `hkpydoc.emf`.
__py-doc__ macro is defined in file `pytools.emf`.

## SEE ALSO

Expand Down
20 changes: 10 additions & 10 deletions jasspa/macros/me.ehf
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@ Miscellaneous Information
lsinfo-on(3)lminfo-on(3)le Display Info on a given topic
lslist-buffers(2)lmlist-buffers(2)le (C-x C-b) List all buffers and show their status
lsosd-help(3)lmosd-help(3)le GUI based on-line help
lspydoc(3)lmpydoc(3)le Display Python module manual pages
lspy-doc(3)lmpy-doc(3)le Display Python module manual pages
lsr-doc(3)lmr-doc(3)le Display R function and package manual pages

! Operating Modes
Expand Down Expand Up @@ -2173,7 +2173,7 @@ Miscellaneous Information
lsprint-region(2)lmprint-region(2)le Print region, with formatting
lsprint-scheme(2)lmprint-scheme(2)le Create a new printer color and font scheme
lsprint-setup(3)lmprint-setup(3)le Configure MicroEmacs's printer interface
lspydoc(3)lmpydoc(3)le Display Python module manual pages
lspy-doc(3)lmpy-doc(3)le Display Python module manual pages
lsquery-replace-all-string(3)lmquery-replace-all-string(3)le Query replace string in a list of files
lsquery-replace-string(2)lmquery-replace-string(2)le (esc C-r) Search and replace a string - with query
lsquery-replace-string-in-files(3)lmquery-replace-string-in-files(3)le Conditionally search and replace strings
Expand Down Expand Up @@ -2707,7 +2707,7 @@ Miscellaneous Information
lsparagraph-to-line(3)lmparagraph-to-line(3)le Convert a paragraph to a single line
lspassword-to-phonic(3)lmpassword-to-phonic(3)le Convert a password to phonic string
lsprint-setup(3)lmprint-setup(3)le Configure MicroEmacs's printer interface
lspydoc(3)lmpydoc(3)le Display Python module manual pages
lspy-doc(3)lmpy-doc(3)le Display Python module manual pages
lsquery-replace-all-string(3)lmquery-replace-all-string(3)le Query replace string in a list of files
lsquery-replace-string-in-files(3)lmquery-replace-string-in-files(3)le Conditionally search and replace strings across files
lsrdiff(3)lmrdiff(3)le Recursively compare files or directories
Expand Down Expand Up @@ -3851,7 +3851,7 @@ Miscellaneous Information
lsprintall(3f)lmprintall(3f)le Formatted print job
lsprofile(9)lmprofile(9)le Shell user profile
lspy(9)lmpy(9)le Python Language File
lspydoc(3)lmpydoc(3)le Display Python module manual pages
lspy-doc(3)lmpy-doc(3)le Display Python module manual pages
lspython(9)lmpython(9)le Python Language File
lsquery-replace-all-string(3)lmquery-replace-all-string(3)le Query replace string in a list of files
lsquery-replace-string(2)lmquery-replace-string(2)le (esc C-r) Search and replace a string - with query
Expand Down Expand Up @@ -42932,17 +42932,17 @@ $a
cESEE ALSO cA

lsr(9)lmr(9)le
! 3 pydoc
! 3 py-doc
cEcENAME cEcA


|pydoc
pydoc - display documentation for Python modules and packages
py-doc - display documentation for Python modules and packages
$a

cESYNOPSIS cA

cDpydoccA ["package|function"]
cDpy-doccA ["package|function"]

cEDESCRIPTION cA

Expand All @@ -42955,12 +42955,12 @@ $a

cEEXAMPLE cA

pydoc "argparse"
pydoc "sys"
py-doc "argparse"
py-doc "sys"

cENOTES cA

cDpydoccA macro is defined in file cGhkpydoc.emfcA.
cDpy-doccA macro is defined in file cGpytools.emfcA.

cESEE ALSO cA

Expand Down
File renamed without changes.

0 comments on commit 8863078

Please sign in to comment.