diff --git a/README.org b/README.org index 58c6751..5d9253e 100644 --- a/README.org +++ b/README.org @@ -1182,10 +1182,10 @@ users from shooting themselves in the feet. Listing (with-eval-after-load 'emacs (setq disabled-command-function (defun enable-this-command (&rest _args) - "Called when a disabled command is executed. + "Called when executing a disabled command. Enable it and re-execute it." (put this-command 'disabled nil) - (message "You typed %s. %s was disabled until now." + (message "You typed %s. Emacs enabled %s." (key-description (this-command-keys)) this-command) (sit-for 0) (call-interactively this-command))))