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

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

[elpa] externals/bufferlo 46557c7f54 04/37: Minor changes


From: ELPA Syncer
Subject: [elpa] externals/bufferlo 46557c7f54 04/37: Minor changes
Date: Sun, 5 Nov 2023 09:57:31 -0500 (EST)

branch: externals/bufferlo
commit 46557c7f54b1e12b3bd29e2284da940b69db9356
Author: Florian Rommel <mail@florommel.de>
Commit: Florian Rommel <mail@florommel.de>

    Minor changes
---
 bufferlo.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bufferlo.el b/bufferlo.el
index ef6cf81d09..eefad71ab1 100644
--- a/bufferlo.el
+++ b/bufferlo.el
@@ -1,5 +1,5 @@
 ;;; bufferlo.el --- Manage frame/tab-local buffer lists -*- lexical-binding: t 
-*-
-;; Copyright (C) 2021, Florian Rommel
+;; Copyright (C) 2021-2022, Florian Rommel
 
 ;; Author: Florian Rommel <mail@florommel.de>
 ;; Maintainer: Florian Rommel <mail@florommel.de>
@@ -242,7 +242,7 @@ Ignore buffers that are not able to be persisted in the 
desktop file."
     (apply oldfn args)))
 
 (defun bufferlo-clear (&optional frame)
-  "Clear the frame's buffer list, except for the current buffer.
+  "Clear the frame/tab's buffer list, except for the current buffer.
 If FRAME is nil, use the current frame."
   (interactive)
   (set-frame-parameter frame 'buffer-list
@@ -252,7 +252,7 @@ If FRAME is nil, use the current frame."
                                (current-buffer)))))
 
 (defun bufferlo-remove (buffer)
-  "Remove BUFFER from the frame's buffer list."
+  "Remove BUFFER from the frame/tab's buffer list."
   (interactive
    (list
     (let ((lbs (mapcar (lambda (b) (buffer-name b))



reply via email to

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