diff options
| author | Pavel Janík | 2001-11-12 22:37:48 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-11-12 22:37:48 +0000 |
| commit | 275cffa758e56b28f3f427fffb2be88a781ed5b9 (patch) | |
| tree | 0032962ba2664a870e664122473ec111b8def69c | |
| parent | edb33387e9554c70bfa76236c0e5a9004398ce1c (diff) | |
| download | emacs-275cffa758e56b28f3f427fffb2be88a781ed5b9.tar.gz emacs-275cffa758e56b28f3f427fffb2be88a781ed5b9.zip | |
(cpp-choose-face): Fix typo.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/progmodes/cpp.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d55133431b5..37119df81d2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-11-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * progmodes/cpp.el (cpp-choose-face): Fix typo. | ||
| 4 | |||
| 1 | 2001-11-12 Sam Steingold <sds@gnu.org> | 5 | 2001-11-12 Sam Steingold <sds@gnu.org> |
| 2 | 6 | ||
| 3 | * emacs-lisp/cl-indent.el (toplevel): Indent properly | 7 | * 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." | |||
| 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 |