diff options
| author | Chong Yidong | 2008-12-03 03:26:54 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-12-03 03:26:54 +0000 |
| commit | aafc17b7c52588a9fddde8cfb2ce56aee129f3cb (patch) | |
| tree | c3a81676bebd369ea21332e2f9a0ff178b08117b | |
| parent | 48091be238b1bd3d0c681efba697370302b9ae4b (diff) | |
| download | emacs-aafc17b7c52588a9fddde8cfb2ce56aee129f3cb.tar.gz emacs-aafc17b7c52588a9fddde8cfb2ce56aee129f3cb.zip | |
Correcct spellng.
| -rw-r--r-- | lisp/progmodes/cc-defs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el index 5ce7ec5d117..474a6b96f0d 100644 --- a/lisp/progmodes/cc-defs.el +++ b/lisp/progmodes/cc-defs.el | |||
| @@ -406,7 +406,7 @@ properties to be changed, even in a read-only buffer. | |||
| 406 | 406 | ||
| 407 | This macro should be placed around all calculations which set | 407 | This macro should be placed around all calculations which set |
| 408 | \"insignificant\" text properties in a buffer, even when the buffer is | 408 | \"insignificant\" text properties in a buffer, even when the buffer is |
| 409 | known to be writeable. That way, these text properties remain set | 409 | known to be writable. That way, these text properties remain set |
| 410 | even if the user undoes the command which set them. | 410 | even if the user undoes the command which set them. |
| 411 | 411 | ||
| 412 | This macro should ALWAYS be placed around \"temporary\" internal buffer | 412 | This macro should ALWAYS be placed around \"temporary\" internal buffer |