diff options
| -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 |