diff options
Diffstat (limited to 'lisp/scroll-bar.el')
-rw-r--r-- | lisp/scroll-bar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/scroll-bar.el b/lisp/scroll-bar.el index 635990a7825..c46e05d5a1b 100644 --- a/lisp/scroll-bar.el +++ b/lisp/scroll-bar.el @@ -61,7 +61,7 @@ SIDE must be the symbol `left' or `right'." (cols (nth 1 wsb))) (cond ((not (memq side '(left right))) - (error "`left' or `right' expected instead of %S" side)) + (error "‘left’ or ‘right’ expected instead of %S" side)) ((and (eq vtype side) cols)) ((eq (frame-parameter nil 'vertical-scroll-bars) side) ;; nil means it's a non-toolkit scroll bar, and its width in |