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

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

[elpa] externals/beframe 1257df6bf1 12/19: Remove needless metadata from


From: ELPA Syncer
Subject: [elpa] externals/beframe 1257df6bf1 12/19: Remove needless metadata from Commentary
Date: Thu, 23 Feb 2023 13:57:25 -0500 (EST)

branch: externals/beframe
commit 1257df6bf141fdba970befc6cf3eb6e14f1e78e4
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Remove needless metadata from Commentary
---
 beframe.el | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/beframe.el b/beframe.el
index cd23b6f09a..838980eed9 100644
--- a/beframe.el
+++ b/beframe.el
@@ -31,12 +31,10 @@
 ;; of brevity, we call buffers that belong to frames "beframed".
 ;; Beframing is achieved in two main ways:
 ;;
-;; #+findex: beframe-switch-buffer
 ;; 1. By calling the command `beframe-switch-buffer'.  It is like the
 ;;    standard `switch-to-buffer' except the list of candidates is
 ;;    limited to those that the current frame knows about.
 ;;
-;; #+findex: beframe-mode
 ;; 2. By enabling the global minor mode `beframe-mode'.  It sets the
 ;;    `read-buffer-function' to one that filters buffers per frame.  As
 ;;    such, commands like `switch-to-buffer', `next-buffer', and
@@ -46,7 +44,6 @@
 ;; There still is only one global list of buffers.  Beframing them simply
 ;; filters the list.
 ;;
-;; #+vindex: beframe-global-buffers
 ;; The user option `beframe-global-buffers' contains a list of strings
 ;; that represent buffers names.  Those buffers are never beframed and
 ;; are available in all frames.  The default value contains the buffers
@@ -66,7 +63,6 @@
 ;;   specifies the function that handles this process.  When its value
 ;;   is nil, no renaming is performed.
 ;;
-;;  #+vindex: beframe-functions-in-frames
 ;; - When the user option `beframe-functions-in-frames' contains a list
 ;;   of functions, it makes them run with `other-frame-prefix', meaning
 ;;   that they are called in a new frame.  The default value of that



reply via email to

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