]> git.eshelyaron.com Git - emacs.git/commitdiff
(fringe-query-style): Suggest `?' in minibuffer prompt (instead of
authorLuc Teirlinck <teirllm@auburn.edu>
Tue, 23 Dec 2003 23:41:03 +0000 (23:41 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Tue, 23 Dec 2003 23:41:03 +0000 (23:41 +0000)
<SPACE>) to get the list of possible fringe modes.  (<SPACE> only
works if both `partial-completion-mode' and `completion-auto-help' are
nil.)

lisp/fringe.el

index 039a41e5adcc1fe228e2e9f6932f597dbe31399f..16a21752b58b483e6b663e92494fd6ac5936055f 100644 (file)
@@ -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))))