From: Karl Heuer Date: Thu, 4 Jan 1996 23:31:45 +0000 (+0000) Subject: (cpp-unknown-face, cpp-face-mono-list, cpp-face-all-list): X-Git-Tag: emacs-19.34~1886 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=44fb78c0928802c580e66f43aaeab72d1bc44bb9;p=emacs.git (cpp-unknown-face, cpp-face-mono-list, cpp-face-all-list): Doc fix. --- diff --git a/lisp/progmodes/cpp.el b/lisp/progmodes/cpp.el index 78a11ac532d..a61c4064a61 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: