branch: externals/consult
commit 29f50758a0dd0e137190aefdf786b667746b9f80
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    consult-info: Shorter buffer name
---
 consult-info.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult-info.el b/consult-info.el
index b1238404be..6c45baa3b9 100644
--- a/consult-info.el
+++ b/consult-info.el
@@ -132,7 +132,7 @@
     (unwind-protect
         (progn
           (dolist (manual manuals)
-            (with-current-buffer (generate-new-buffer (format "*info-preview: 
%s*" manual))
+            (with-current-buffer (generate-new-buffer (format 
"*info-preview-%s*" manual))
               (let (Info-history Info-history-list Info-history-forward)
                 (Info-mode)
                 (Info-find-node manual "Top"))

Reply via email to