emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm fece523da2 4/4: Fix some buffer actions tags


From: ELPA Syncer
Subject: [nongnu] elpa/helm fece523da2 4/4: Fix some buffer actions tags
Date: Wed, 25 May 2022 07:58:29 -0400 (EDT)

branch: elpa/helm
commit fece523da270b87658636a25ffe31751e5a9c1ee
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Fix some buffer actions tags
---
 helm-types.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helm-types.el b/helm-types.el
index b654a0ff52..eeb9317de1 100644
--- a/helm-types.el
+++ b/helm-types.el
@@ -170,10 +170,10 @@
    "Switch to buffer(s)" 'helm-buffer-switch-buffers
    "Switch to buffer(s) other window `C-c o'"
    'helm-buffer-switch-buffers-other-window
-   "Switch to buffer other frame `C-c C-o'"
+   "Switch to buffer(s) other frame `C-c C-o'"
    'helm-buffer-switch-to-buffer-other-frame
    (lambda () (and (fboundp 'tab-bar-mode)
-                   "Switch to buffer other tab `C-c C-t'"))
+                   "Switch to buffer(s) other tab `C-c C-t'"))
    'helm-buffers-switch-to-buffer-other-tab
    "Switch to buffer at line number"
    'helm-switch-to-buffer-at-linum



reply via email to

[Prev in Thread] Current Thread [Next in Thread]