aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/frame.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index e7cf62ef708..3693295e819 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -1207,7 +1207,7 @@ left untouched. FRAME nil or omitted means use the selected frame."
1207This is done in the face `trailing-whitespace'." 1207This is done in the face `trailing-whitespace'."
1208 :tag "Highlight trailing whitespace." 1208 :tag "Highlight trailing whitespace."
1209 :type 'boolean 1209 :type 'boolean
1210 :group 'font-lock) 1210 :group 'whitespace-faces)
1211 1211
1212 1212
1213 1213