From 275cffa758e56b28f3f427fffb2be88a781ed5b9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Mon, 12 Nov 2001 22:37:48 +0000 Subject: [PATCH] (cpp-choose-face): Fix typo. --- lisp/ChangeLog | 4 ++++ lisp/progmodes/cpp.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d55133431b5..37119df81d2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-11-12 Pavel Jan,Bm(Bk + + * progmodes/cpp.el (cpp-choose-face): Fix typo. + 2001-11-12 Sam Steingold * emacs-lisp/cl-indent.el (toplevel): Indent properly 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 -- 2.39.5