1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* fringe.el (fringe-query-style): Remove redundant text " (type ?

for list)" (bug#6475).
This commit is contained in:
Lars Magne Ingebrigtsen 2011-07-03 04:37:52 +02:00
parent 28fd8759b3
commit fc00f69c37
2 changed files with 4 additions and 1 deletions

View 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)