From: Lars Magne Ingebrigtsen Date: Sun, 3 Jul 2011 02:37:52 +0000 (+0200) Subject: * fringe.el (fringe-query-style): Remove redundant text " (type ? X-Git-Tag: emacs-pretest-24.0.90~104^2~152^2~218 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fc00f69c3775883d90faa955dff956652f260c3d;p=emacs.git * fringe.el (fringe-query-style): Remove redundant text " (type ? for list)" (bug#6475). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 62458723ac9..169793ebc40 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2011-07-03 Lars Magne Ingebrigtsen + * 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). 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)