Mercurial > emacs
diff lisp/progmodes/cpp.el @ 100147:9960540ed304
Correct spellling.
| author | Chong Yidong <cyd@stupidchicken.com> |
|---|---|
| date | Wed, 03 Dec 2008 03:26:23 +0000 |
| parents | 52b7a8c22af5 |
| children | a9dc0e7c3f2b |
line wrap: on
line diff
--- a/lisp/progmodes/cpp.el Wed Dec 03 03:26:01 2008 +0000 +++ b/lisp/progmodes/cpp.el Wed Dec 03 03:26:23 2008 +0000 @@ -101,8 +101,8 @@ (cpp-face :tag "True") (cpp-face :tag "False") (choice (const :tag "True branch writable" t) - (const :tag "False branch writeable" nil) - (const :tag "Both branches writeable" both)))) + (const :tag "False branch writable" nil) + (const :tag "Both branches writable" both)))) :group 'cpp) (defvar cpp-overlay-list nil)
