]> ruderich.org/simon Gitweb - fcscs/fcscs.git/blobdiff - bin/fcscs
fix typo in documentation
[fcscs/fcscs.git] / bin / fcscs
index 8194f9410c580991a4a8b08ab047ed1b1a44007a..922d755330ae5d5cbbd56a8d10550ce76e849e3d 100755 (executable)
--- a/bin/fcscs
+++ b/bin/fcscs
@@ -833,6 +833,8 @@ sub mapping_mode_search {
     $screen->prompt(name => undef, value => undef); # clear prompt
     $screen->draw_prompt($config);
 
+    $screen->debug('mapping_mode_search', 'done');
+
     return {
         select  => 'search',
         matches => \@last_matches,
@@ -1146,9 +1148,9 @@ my %setting = (
 
 =over
 
-=item B<url>  used by C<\&mapping_mode_url()>
+=item B<url>  used by C<\&mapping_mode_url>
 
-=item B<path> used by C<\&mapping_mode_path()>
+=item B<path> used by C<\&mapping_mode_path>
 
 =back