Skip to content

Commit

Permalink
Improve doc string for describe-racket-package
Browse files Browse the repository at this point in the history
  • Loading branch information
greghendershott committed Jul 6, 2024
1 parent 34b2b33 commit 6ca3dd6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/racket-mode.texi
Original file line number Diff line number Diff line change
Expand Up @@ -2944,6 +2944,10 @@ The @emph{Directory} for an installed package opens a dired buffer.

@item
Each @emph{Dependencies} name links to details about that package.

@item
For installed packages, the @emph{Modules} items link to the local
files, as well as a button when the module has documentation.
@end itemize

@node Other
Expand Down
5 changes: 4 additions & 1 deletion racket-package.el
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@ Detail values are links when possible:
- The /Directory/ for an installed package opens a dired buffer.
- Each /Dependencies/ name links to details about that package."
- Each /Dependencies/ name links to details about that package.
- For installed packages, the /Modules/ items link to the local
files, as well as a button when the module has documentation."
(interactive "sRacket package name: ")
(let ((name (if name-or-button
(if (stringp name-or-button)
Expand Down

0 comments on commit 6ca3dd6

Please sign in to comment.