diff options
Diffstat (limited to 'lisp/obsolete/lucid.el')
-rw-r--r-- | lisp/obsolete/lucid.el | 2 |
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) |