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

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

[elpa] externals/beframe 652d7257f0 2/2: Clarify that beframe-rename-fun


From: ELPA Syncer
Subject: [elpa] externals/beframe 652d7257f0 2/2: Clarify that beframe-rename-function has a Custom setter
Date: Thu, 15 Jun 2023 00:57:45 -0400 (EDT)

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

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

diff --git a/beframe.el b/beframe.el
index b8b216ece1..8ec90fb343 100644
--- a/beframe.el
+++ b/beframe.el
@@ -98,7 +98,12 @@ automatically, use `customize-set-variable' or `setopt' 
(Emacs
 The function accepts one argument, the current frame, as is
 called by the `after-make-frame-functions' hook.
 
-If nil, no renaming is performed."
+If nil, no renaming is performed.
+
+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.2.0")
   :initialize #'custom-initialize-default



reply via email to

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