diff options
Diffstat (limited to 'lisp/progmodes/cpp.el')
| -rw-r--r-- | lisp/progmodes/cpp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cpp.el b/lisp/progmodes/cpp.el index 0a51add68b6..685bb21b430 100644 --- a/lisp/progmodes/cpp.el +++ b/lisp/progmodes/cpp.el | |||
| @@ -57,7 +57,7 @@ | |||
| 57 | :group 'cpp) | 57 | :group 'cpp) |
| 58 | 58 | ||
| 59 | (define-widget 'cpp-face 'lazy | 59 | (define-widget 'cpp-face 'lazy |
| 60 | "Either a face or the special symbol 'invisible'." | 60 | "Either a face or the special symbol `invisible'." |
| 61 | :type '(choice (const invisible) (face))) | 61 | :type '(choice (const invisible) (face))) |
| 62 | 62 | ||
| 63 | (defcustom cpp-known-face 'invisible | 63 | (defcustom cpp-known-face 'invisible |