diff options
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 f982b3557e6..8f40c46c3d3 100644 --- a/lisp/fringe.el +++ b/lisp/fringe.el @@ -122,7 +122,7 @@ See `fringe-mode' for possible values and their effect." (and (consp style) (or (null (car style)) (integerp (car style))) (or (null (cdr style)) (integerp (cdr style)))) - (error "Invalid fringe style ā%sā" style))) + (error "Invalid fringe style `%s'" style))) ;; For initialization of fringe-mode, take account of changes ;; made explicitly to default-frame-alist. |