changeset 53257:869dfa7b9022

(fringe-query-style): Suggest `?' in minibuffer prompt (instead of <SPACE>) to get the list of possible fringe modes. (<SPACE> only works if both `partial-completion-mode' and `completion-auto-help' are nil.)
author Luc Teirlinck <teirllm@auburn.edu>
date Tue, 23 Dec 2003 23:41:03 +0000
parents e3db5d1b9a1a
children f94a302ee4c0
files lisp/fringe.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))))