1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 22:07:59 +01:00

remove trailing comma in :delmarks help propery assignment

This commit is contained in:
Doug Kearns
2007-06-26 12:19:36 +00:00
parent 9d7d699432
commit 97b05cc9e1

View File

@@ -376,7 +376,7 @@ function Commands() //{{{
help: "Marks are presented as a list. Example:<br/>" +
"<code class=\"command\">:delmarks Aa b p</code> will delete marks A, a, b and p<br/>" +
"<code class=\"command\">:delmarks b-p</code> will delete all marks in the range b to p<br/>" +
"<code class=\"command\">:delmarks!</code> will delete all marks for the current buffer",
"<code class=\"command\">:delmarks!</code> will delete all marks for the current buffer"
}
));