commit 367b454d5a99605f871582b08e6f3fb3797168c9 from: Omar Polo date: Tue Feb 06 10:28:06 2024 UTC tweak client-certificate-info description avoid the word "use" since it's better to show first use-certificate instead of this niche function. commit - e15b9d4ea0230fd52d19bff289c19fcabd8a9a24 commit + 367b454d5a99605f871582b08e6f3fb3797168c9 blob - 08b3ebbfa77992e43b0792bda84d0cb5a9daf9e9 blob + 9173f515191a99a0399b7397fb5ae946cbf35ceb --- cmd.h +++ cmd.h @@ -16,7 +16,7 @@ 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 client certificate in use."); +CMD(cmd_client_certificate_info,"Show the active client certificate."); CMD(cmd_clear_minibuf, "Clear the echo area."); CMD(cmd_dec_fill_column, "Decrement fill-column by two."); CMD(cmd_end_of_buffer, "Move the point to the end of the buffer.");