diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-03 04:37:52 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-03 04:37:52 +0200 |
commit | fc00f69c3775883d90faa955dff956652f260c3d (patch) | |
tree | 7ce4bf3c37873c772ba80dd3ad9e196b1175ff8b /lisp/fringe.el | |
parent | 28fd8759b38d18235e268709d27dd0d2c4ae45cc (diff) | |
download | emacs-fc00f69c3775883d90faa955dff956652f260c3d.tar.gz |
* fringe.el (fringe-query-style): Remove redundant text " (type ?
for list)" (bug#6475).
Diffstat (limited to 'lisp/fringe.el')
-rw-r--r-- | lisp/fringe.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/fringe.el b/lisp/fringe.el index ce24bb60100..fa5ebb6f0c6 100644 --- a/lisp/fringe.el +++ b/lisp/fringe.el @@ -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) |