summaryrefslogtreecommitdiff
path: root/lisp/fringe.el
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2003-12-23 23:41:03 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2003-12-23 23:41:03 +0000
commit99b994179c14df2f40973381d914016af4aa3c97 (patch)
treecbebc24c8ee1a1adfcb3c40727832949cc16f837 /lisp/fringe.el
parent0dc72b11db337590ca77b246395f13fd7846cc63 (diff)
downloademacs-99b994179c14df2f40973381d914016af4aa3c97.tar.gz
(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.)
Diffstat (limited to 'lisp/fringe.el')
-rw-r--r--lisp/fringe.el2
1 files changed, 1 insertions, 1 deletions
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))))