From 99b994179c14df2f40973381d914016af4aa3c97 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Tue, 23 Dec 2003 23:41:03 +0000 Subject: [PATCH] (fringe-query-style): Suggest `?' in minibuffer prompt (instead of ) to get the list of possible fringe modes. ( only works if both `partial-completion-mode' and `completion-auto-help' are nil.) --- lisp/fringe.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/fringe.el b/lisp/fringe.el index 039a41e5adc..16a21752b58 100644 --- a/lisp/fringe.el +++ b/lisp/fringe.el @@ -119,7 +119,7 @@ If ALL-FRAMES, the negation of the fringe values in Otherwise the negation of the fringe value in the currently selected frame parameter is used." (let ((mode (intern (completing-read - "Select fringe mode for all frames (SPACE for list): " + "Select fringe mode for all frames (type ? for list): " '(("none") ("default") ("left-only") ("right-only") ("half") ("minimal")) nil t)))) -- 2.39.2