* fringe.el (fringe-query-style): Remove redundant text " (type ?
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 3 Jul 2011 02:37:52 +0000 (04:37 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 3 Jul 2011 02:37:52 +0000 (04:37 +0200)
for list)" (bug#6475).

lisp/ChangeLog
lisp/fringe.el

index 6245872..169793e 100644 (file)
@@ -1,5 +1,8 @@
 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * fringe.el (fringe-query-style): Remove redundant text " (type ?
+       for list)" (bug#6475).
+
        * files.el (file-expand-wildcards): Ignore non-readable
        sub-directories while trying to find matches instead of signalling
        an error (bug#6297).
index ce24bb6..fa5ebb6 100644 (file)
@@ -192,7 +192,7 @@ frame parameter is used."
                 (concat
                  "Select fringe mode for "
                  (if all-frames "all frames" "selected frame")
-                 " (type ? for list): ")
+                 ": ")
                 fringe-styles nil t))
          (style (assoc (downcase mode) fringe-styles)))
     (if style (cdr style)