From 3f282829bf971e3b6d6dec053a8723a70a98a508 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 11 Mar 2019 23:50:11 -0400 Subject: [PATCH] Remove describe-symbol -> helpful-symbol remapping helpful-symbol isn't a drop-in replacement for describe-symbol. --- core/core-editor.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/core-editor.el b/core/core-editor.el index 61a1bfa2f..d9511af01 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -277,8 +277,7 @@ savehist file." [remap describe-function] #'helpful-callable [remap describe-command] #'helpful-command [remap describe-variable] #'helpful-variable - [remap describe-key] #'helpful-key - [remap describe-symbol] #'helpful-symbol)) + [remap describe-key] #'helpful-key)) (def-package! ws-butler