aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cpp.el
diff options
context:
space:
mode:
authorPavel Janík2001-11-12 22:37:48 +0000
committerPavel Janík2001-11-12 22:37:48 +0000
commit275cffa758e56b28f3f427fffb2be88a781ed5b9 (patch)
tree0032962ba2664a870e664122473ec111b8def69c /lisp/progmodes/cpp.el
parentedb33387e9554c70bfa76236c0e5a9004398ce1c (diff)
downloademacs-275cffa758e56b28f3f427fffb2be88a781ed5b9.tar.gz
emacs-275cffa758e56b28f3f427fffb2be88a781ed5b9.zip
(cpp-choose-face): Fix typo.
Diffstat (limited to 'lisp/progmodes/cpp.el')
-rw-r--r--lisp/progmodes/cpp.el2
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."
687 cpp-branch-list)))) 687 cpp-branch-list))))
688 688
689(defun cpp-choose-face (prompt default) 689(defun cpp-choose-face (prompt default)
690 ;; Choose a face from cpp-face-defalt-list. 690 ;; Choose a face from cpp-face-default-list.
691 ;; PROMPT is what to say to the user. 691 ;; PROMPT is what to say to the user.
692 ;; DEFAULT is the default face. 692 ;; DEFAULT is the default face.
693 (or (if cpp-button-event 693 (or (if cpp-button-event