Mercurial > emacs
changeset 13974:37cfc82fe02d
(cpp-unknown-face, cpp-face-mono-list, cpp-face-all-list):
Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 04 Jan 1996 23:31:45 +0000 |
parents | 4c199361d7ff |
children | 29c3e270ba53 |
files | lisp/progmodes/cpp.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/cpp.el Thu Jan 04 23:31:24 1996 +0000 +++ b/lisp/progmodes/cpp.el Thu Jan 04 23:31:45 1996 +0000 @@ -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 @@ ("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 @@ 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: