commit 0fb112a8d2a98f7159e89b28729cec663b555f1c from: Omar Polo date: Mon Feb 12 14:58:37 2024 UTC sort commit - 90c462261dfb869b5e25c44bc9f17259e28e4b40 commit + 0fb112a8d2a98f7159e89b28729cec663b555f1c blob - d79d7312603b2bcaf869129062ccc86bb9d0dd6c blob + dbc815b0574735727d036b2b60f2e02553d254ba --- cmd.h +++ cmd.h @@ -23,8 +23,8 @@ CMD(cmd_backward_paragraph, "Move point on paragraph b CMD(cmd_beginning_of_buffer, "Move point to the beginning of the buffer."); CMD(cmd_bookmark_page, "Save a page in the bookmark file."); CMD(cmd_cache_info, "Show cache stats."); -CMD(cmd_client_certificate_info,"Show the active client certificate."); CMD(cmd_clear_minibuf, "Clear the echo area."); +CMD(cmd_client_certificate_info,"Show the active client certificate."); CMD(cmd_dec_fill_column, "Decrement fill-column by two."); CMD(cmd_end_of_buffer, "Move the point to the end of the buffer."); CMD(cmd_execute_extended_command, "Execute an internal command.");