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:
parent
28fd8759b3
commit
fc00f69c37
2 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue