From 44fb78c0928802c580e66f43aaeab72d1bc44bb9 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 4 Jan 1996 23:31:45 +0000 Subject: (cpp-unknown-face, cpp-face-mono-list, cpp-face-all-list): Doc fix. --- lisp/progmodes/cpp.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp/progmodes/cpp.el') diff --git a/lisp/progmodes/cpp.el b/lisp/progmodes/cpp.el index 78a11ac532..a61c4064a6 100644 --- a/lisp/progmodes/cpp.el +++ b/lisp/progmodes/cpp.el @@ -54,7 +54,7 @@ "*Face used for known cpp symbols.") (defvar cpp-unknown-face 'highlight - "*Face used for unknown cpp cymbols.") + "*Face used for unknown cpp symbols.") (defvar cpp-face-type 'light "*Indicate what background face type you prefer. @@ -133,7 +133,7 @@ Each entry is a list with the following elements: ("bold-italic" . 'bold-italic) ("italic" . 'italic) ("underline" . 'underline)) - "Alist of names and faces to be used for monocrome screens.") + "Alist of names and faces to be used for monochrome screens.") (defvar cpp-face-none-list '(("default" . default) @@ -145,7 +145,7 @@ Each entry is a list with the following elements: cpp-face-dark-list cpp-face-mono-list cpp-face-none-list) - "All faces used for highligting text inside cpp conditionals.") + "All faces used for highlighting text inside cpp conditionals.") ;;; Parse Buffer: -- cgit v1.2.3