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

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

[elpa] externals/beframe 9ab71bac39 1/2: Clarify that beframe-functions-


From: ELPA Syncer
Subject: [elpa] externals/beframe 9ab71bac39 1/2: Clarify that beframe-functions-in-frames has a Custom setter
Date: Thu, 15 Jun 2023 00:57:45 -0400 (EDT)

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

    Clarify that beframe-functions-in-frames has a Custom setter
---
 beframe.el | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/beframe.el b/beframe.el
index 4b92daad5e..b8b216ece1 100644
--- a/beframe.el
+++ b/beframe.el
@@ -77,7 +77,12 @@ Also see `beframe-create-frame-scratch-buffer'."
 
 When `beframe-mode' is enabled, install advice around each
 function so that every invocation of it is called with
-`other-frame-prefix'."
+`other-frame-prefix'.
+
+Setting the value with `setq' requires a restart of
+`beframe-mode' for changes to take effect.  For changes to apply
+automatically, use `customize-set-variable' or `setopt' (Emacs
+29)."
   :group 'beframe
   :package-version '(beframe . "0.1.0")
   :initialize #'custom-initialize-default



reply via email to

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