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

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

[elpa] externals/mct 4882ed6 17/70: Note display-buffer in mct-display-b


From: ELPA Syncer
Subject: [elpa] externals/mct 4882ed6 17/70: Note display-buffer in mct-display-buffer-action
Date: Thu, 11 Nov 2021 03:57:43 -0500 (EST)

branch: externals/mct
commit 4882ed6eacaa81cf841d67ca2f285e4d8c18e4e4
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Note display-buffer in mct-display-buffer-action
---
 mct.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/mct.el b/mct.el
index 6b5e0f0..4b5b055 100644
--- a/mct.el
+++ b/mct.el
@@ -128,7 +128,9 @@ delay introduced by `mct-live-update-delay'."
 The value has the form (FUNCTION . ALIST), where FUNCTIONS is
 either an \"action function\" or a possibly empty list of action
 functions.  ALIST is a possibly empty \"action alist\".
-See Info node `(elisp) Displaying Buffers' for more details."
+
+See Info node `(elisp) Displaying Buffers' for more details
+and/or the documentation string of `display-buffer'."
   :type '(cons (choice (function :tag "Display Function")
                       (repeat :tag "Display Functions" function))
               alist)



reply via email to

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