commit f1f5fcfd1002902e6f05b6839190aa4f945734fb from: Omar Polo date: Wed Apr 13 16:55:06 2022 UTC tweak write-buffer description commit - 022fdfc9d34f3f8c3c6d334af7615eda1b8170ef commit + f1f5fcfd1002902e6f05b6839190aa4f945734fb blob - 5d849709360448acae19b396c3815353af380643 blob + abc2f117681b57c0ead9ca3c110ad0b2a76d9f95 --- include/cmd.h +++ include/cmd.h @@ -78,4 +78,4 @@ CMD(cmd_toc, "Jump to a heading using the minibuffer CMD(cmd_toggle_downloads, "Toggle the downloads side window."); CMD(cmd_toggle_help, "Toggle side window with help."); CMD(cmd_toggle_pre_wrap, "Toggle the wrapping of preformatted blocks."); -CMD(cmd_write_buffer, "Save the current buffer to the disk."); +CMD(cmd_write_buffer, "Save the current page to the disk.");