diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-04 23:31:45 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-04 23:31:45 +0000 |
commit | 44fb78c0928802c580e66f43aaeab72d1bc44bb9 (patch) | |
tree | f0987261e193f83975a5c62d6d590f3d3cf0a861 /lisp/progmodes/cpp.el | |
parent | 863f75313be410ce600ec078cf3556162c2c9af8 (diff) | |
download | emacs-44fb78c0928802c580e66f43aaeab72d1bc44bb9.tar.gz |
(cpp-unknown-face, cpp-face-mono-list, cpp-face-all-list):
Doc fix.
Diffstat (limited to 'lisp/progmodes/cpp.el')
-rw-r--r-- | lisp/progmodes/cpp.el | 6 |
1 files changed, 3 insertions, 3 deletions
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: |