(cpp-choose-face): Fix typo.
This commit is contained in:
parent
edb33387e9
commit
275cffa758
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-11-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* progmodes/cpp.el (cpp-choose-face): Fix typo.
|
||||
|
||||
2001-11-12 Sam Steingold <sds@gnu.org>
|
||||
|
||||
* emacs-lisp/cl-indent.el (toplevel): Indent properly
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue