Mercurial > emacs
diff lisp/fringe.el @ 53289:ef22c9575b53
Merged in changes from CVS HEAD
Patches applied:
* miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-138
Update from CVS
* miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-139
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-15
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sun, 28 Dec 2003 16:03:57 +0000 |
parents | 869dfa7b9022 |
children | 5588b6cc6fba |
line wrap: on
line diff
--- a/lisp/fringe.el Sat Dec 27 14:24:02 2003 +0000 +++ b/lisp/fringe.el Sun Dec 28 16:03:57 2003 +0000 @@ -119,7 +119,7 @@ Otherwise the negation of the fringe value in the currently selected frame parameter is used." (let ((mode (intern (completing-read - "Select fringe mode for all frames (SPACE for list): " + "Select fringe mode for all frames (type ? for list): " '(("none") ("default") ("left-only") ("right-only") ("half") ("minimal")) nil t))))