FUEL: unmask `fuel-refresh-all`

`fuel-refresh-all` is documented as mapped onto "\C-c\C-r", but this was
masked by an undocumented mapping for `fuel-eval-region` (which is
already bound to "\C-c\C-e\C-r").
db4
Samuel Tardieu 2013-06-07 00:11:21 +02:00
parent 10bbc244d3
commit 13389a8400
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ interacting with a factor listener is at your disposal.
fuel-eval-definition)
("Eval extended region" ("\C-\M-r" "\C-c\C-e\C-e" "\C-c\C-ee")
fuel-eval-extended-region :enable mark-active)
("Eval region" ("\C-c\C-r" "\C-c\C-e\C-r" "\C-c\C-er")
("Eval region" ("\C-c\C-e\C-r" "\C-c\C-er")
fuel-eval-region :enable mark-active)
--
("Edit word at point" ("\M-." "\C-c\C-e\C-d" "\C-c\C-ed")