diff options
| author | Chong Yidong | 2008-12-03 03:26:23 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-12-03 03:26:23 +0000 |
| commit | 48091be238b1bd3d0c681efba697370302b9ae4b (patch) | |
| tree | e4fb5c59f84b4b60ae95597d3b328b3120e8b6ce /lisp/progmodes/cpp.el | |
| parent | 622bdb51de67453cc8d9629cfd1fdb4ac11cdacb (diff) | |
| download | emacs-48091be238b1bd3d0c681efba697370302b9ae4b.tar.gz emacs-48091be238b1bd3d0c681efba697370302b9ae4b.zip | |
Correct spellling.
Diffstat (limited to 'lisp/progmodes/cpp.el')
| -rw-r--r-- | lisp/progmodes/cpp.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/cpp.el b/lisp/progmodes/cpp.el index d468954e59b..d4216c5176b 100644 --- a/lisp/progmodes/cpp.el +++ b/lisp/progmodes/cpp.el | |||
| @@ -101,8 +101,8 @@ Each entry is a list with the following elements: | |||
| 101 | (cpp-face :tag "True") | 101 | (cpp-face :tag "True") |
| 102 | (cpp-face :tag "False") | 102 | (cpp-face :tag "False") |
| 103 | (choice (const :tag "True branch writable" t) | 103 | (choice (const :tag "True branch writable" t) |
| 104 | (const :tag "False branch writeable" nil) | 104 | (const :tag "False branch writable" nil) |
| 105 | (const :tag "Both branches writeable" both)))) | 105 | (const :tag "Both branches writable" both)))) |
| 106 | :group 'cpp) | 106 | :group 'cpp) |
| 107 | 107 | ||
| 108 | (defvar cpp-overlay-list nil) | 108 | (defvar cpp-overlay-list nil) |