branch: externals/mct
commit 4882ed6eacaa81cf841d67ca2f285e4d8c18e4e4
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@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