[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/beframe b0c4804ea3 3/3: Fix typo in the Ibuffer sample
|
From: |
ELPA Syncer |
|
Subject: |
[elpa] externals/beframe b0c4804ea3 3/3: Fix typo in the Ibuffer sample code |
|
Date: |
Tue, 2 May 2023 04:57:28 -0400 (EDT) |
branch: externals/beframe
commit b0c4804ea3453bbc22f7986c30858b8249e5f30d
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Fix typo in the Ibuffer sample code
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 7a9012845a..3103d88e80 100644
--- a/README.org
+++ b/README.org
@@ -362,7 +362,7 @@ works:
(mapcar #'car (make-frame-names-alist)))
(defun beframe-generate-ibuffer-filter-groups ()
- "Create a set of ibuffer filter groups based on the vc root dirs of
buffers."
+ "Create a set of ibuffer filter groups based on the Frame of buffers."
(mapcar
(lambda (frame)
(list (format "%s" frame)