summaryrefslogtreecommitdiff
path: root/lisp/obsolete/lucid.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/obsolete/lucid.el')
-rw-r--r--lisp/obsolete/lucid.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/obsolete/lucid.el b/lisp/obsolete/lucid.el
index d1b702ed556..b4995609f10 100644
--- a/lisp/obsolete/lucid.el
+++ b/lisp/obsolete/lucid.el
@@ -60,7 +60,7 @@ bottom of the buffer stack."
(defun device-class (&optional device)
"Return the class (color behavior) of DEVICE.
-This will be one of 'color, 'grayscale, or 'mono.
+This will be one of `color', `grayscale', or `mono'.
This function exists for compatibility with XEmacs."
(cond
((display-color-p device) 'color)