aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1996-01-04 23:31:45 +0000
committerKarl Heuer <[email protected]>1996-01-04 23:31:45 +0000
commit44fb78c0928802c580e66f43aaeab72d1bc44bb9 (patch)
treef0987261e193f83975a5c62d6d590f3d3cf0a861
parent863f75313be410ce600ec078cf3556162c2c9af8 (diff)
(cpp-unknown-face, cpp-face-mono-list, cpp-face-all-list):
Doc fix.
-rw-r--r--lisp/progmodes/cpp.el6
1 files changed, 3 insertions, 3 deletions
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: