Gómez Ocaña Pablo writes: > The command C-h C-q (help-quick-toggle) shows a list of popular > commands, but the key binding for "kill region" is wrong: it shows M-w, > but it should be C-w. The issue is not really that the binding is wrong, since these are determined using `where-is', but that the description isn't matching the chosen command `kill-ring-save'. So we can either fix it by using the "right" command