diff options
-rw-r--r-- | dictionary.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dictionary.el b/dictionary.el index 33f2ce4..0cc8887 100644 --- a/dictionary.el +++ b/dictionary.el @@ -370,10 +370,10 @@ by the choice value: "Create a new dictonary buffer and install dictionary-mode" (interactive) (let ((buffer (or (and dictionary-use-single-buffer - (get-buffer "*Dictionary buffer*")) - (generate-new-buffer "*Dictionary buffer*"))) - (window-configuration (current-window-configuration)) - (selected-window (frame-selected-window))) + (get-buffer "*Dictionary*")) + (generate-new-buffer "*Dictionary*"))) + (window-configuration (current-window-configuration)) + (selected-window (frame-selected-window))) (switch-to-buffer-other-window buffer) (dictionary-mode) |