From 599c75477cd29afc7a14ae972e96f5304e289c83 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Fri, 8 Jul 2011 15:52:03 +0200 Subject: [PATCH] Fix description of delbmark. Thanks to Pavel Borzenkov. --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 1d59488..2fffac6 100644 --- a/config.def.h +++ b/config.def.h @@ -201,7 +201,7 @@ Command commands[] = { {"bmark", "b", cmd_bookmark, 0, "Bookmark current page" }, {"close", "c", cmd_close, 0, "Close current file" }, {"coffset", 0, cmd_correct_offset, 0, "Correct page offset" }, - {"delbmark", 0, cmd_delete_bookmark, cc_bookmark, "Bookmark current page" }, + {"delbmark", 0, cmd_delete_bookmark, cc_bookmark, "Delete bookmark" }, {"export", "e", cmd_export, cc_export, "Export images or attached files" }, {"info", "i", cmd_info, 0, "Show information about the document" }, {"map", "m", cmd_map, 0, "Map keybinding to a function" },