# HG changeset patch # User Luc Teirlinck # Date 1072222863 0 # Node ID 869dfa7b9022fc1f54be9e5a6600af2b9ba9d724 # Parent e3db5d1b9a1a2f932f113c359aed0c0a7668aa3f (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.) diff -r e3db5d1b9a1a -r 869dfa7b9022 lisp/fringe.el --- a/lisp/fringe.el Tue Dec 23 23:08:08 2003 +0000 +++ b/lisp/fringe.el Tue Dec 23 23:41:03 2003 +0000 @@ -119,7 +119,7 @@ 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))))