diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-11-12 22:37:48 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-11-12 22:37:48 +0000 |
commit | 275cffa758e56b28f3f427fffb2be88a781ed5b9 (patch) | |
tree | 0032962ba2664a870e664122473ec111b8def69c /lisp/progmodes/cpp.el | |
parent | edb33387e9554c70bfa76236c0e5a9004398ce1c (diff) | |
download | emacs-275cffa758e56b28f3f427fffb2be88a781ed5b9.tar.gz |
(cpp-choose-face): Fix typo.
Diffstat (limited to 'lisp/progmodes/cpp.el')
-rw-r--r-- | lisp/progmodes/cpp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cpp.el b/lisp/progmodes/cpp.el index 53105b43b25..743f5545361 100644 --- a/lisp/progmodes/cpp.el +++ b/lisp/progmodes/cpp.el @@ -687,7 +687,7 @@ BRANCH should be either nil (false branch), t (true branch) or 'both." cpp-branch-list)))) (defun cpp-choose-face (prompt default) - ;; Choose a face from cpp-face-defalt-list. + ;; Choose a face from cpp-face-default-list. ;; PROMPT is what to say to the user. ;; DEFAULT is the default face. (or (if cpp-button-event |