Skip to content

Commit

Permalink
change coding style.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchan0321 committed Oct 16, 2024
1 parent 9563baf commit 746c135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pmacs-command-util.prfm
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ defcommand all-command-list desc: "Display all editor commands." {
} {
$buff append-string ["%v" fmt ["[[" . $i "]]"]];
};
$buff append-string [" " . [get-command-desc $i]];\
$buff append-string [" " . [get-command-desc $i]];
$buff append-string "";
$c ++;
};
Expand Down

0 comments on commit 746c135

Please sign in to comment.