diff --git a/lib/pmacs-command-util.prfm b/lib/pmacs-command-util.prfm index b6737c9..8423509 100644 --- a/lib/pmacs-command-util.prfm +++ b/lib/pmacs-command-util.prfm @@ -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 ++; };