Skip to content

Commit

Permalink
Correct docs; remove commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1ff committed Jan 7, 2024
1 parent e3ac393 commit 713adb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/scribbu.1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ scribbu \- The extensible tool for tagging your music collection
[-h|--help] [-v|--version] [--info]
.RS 8
.br
([(-e|--expression) expr] |
([-c expr] |
.br
[(-f|--file) file] |
.br
Expand All @@ -32,7 +32,7 @@ can be invoked in a few ways:

.IP " 1."
with a Scheme expression
.RI ( -e ", " --expression )
.RI -c
or Scheme file
.RI ( -f ", " --file "). "
In this case,
Expand Down Expand Up @@ -169,7 +169,7 @@ library, which is exactly what Guile provides.
.B scribbu
embeds a Scheme interpreter, which users can invoke with
the
.IR -e " or " -f
.IR -c " or " -f
flags, passing a Scheme expression or a Scheme file,
respectively. Simply typing
.B scribbu
Expand Down
1 change: 0 additions & 1 deletion scribbu/scheme.cc
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,6 @@ extern "C" {
{
const init_guile *pig = reinterpret_cast<const init_guile*>(praw);

// scm_c_define_module("scribbu-int", init_scribbu_shim, nullptr);
customize_welcome();
customize_load_path(pig->datadir_);

Expand Down

0 comments on commit 713adb3

Please sign in to comment.