]> git.eshelyaron.com Git - emacs.git/commitdiff
(cpp-unknown-face, cpp-face-mono-list, cpp-face-all-list):
authorKarl Heuer <kwzh@gnu.org>
Thu, 4 Jan 1996 23:31:45 +0000 (23:31 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 4 Jan 1996 23:31:45 +0000 (23:31 +0000)
Doc fix.

lisp/progmodes/cpp.el

index 78a11ac532d4df4785448d1d72ad88682fbaf9e8..a61c4064a61b7848a67924f6f9a4a439db4db80d 100644 (file)
@@ -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: