aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-12-03 03:26:54 +0000
committerChong Yidong2008-12-03 03:26:54 +0000
commitaafc17b7c52588a9fddde8cfb2ce56aee129f3cb (patch)
treec3a81676bebd369ea21332e2f9a0ff178b08117b
parent48091be238b1bd3d0c681efba697370302b9ae4b (diff)
downloademacs-aafc17b7c52588a9fddde8cfb2ce56aee129f3cb.tar.gz
emacs-aafc17b7c52588a9fddde8cfb2ce56aee129f3cb.zip
Correcct spellng.
-rw-r--r--lisp/progmodes/cc-defs.el2
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
407This macro should be placed around all calculations which set 407This 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
409known to be writeable. That way, these text properties remain set 409known to be writable. That way, these text properties remain set
410even if the user undoes the command which set them. 410even if the user undoes the command which set them.
411 411
412This macro should ALWAYS be placed around \"temporary\" internal buffer 412This macro should ALWAYS be placed around \"temporary\" internal buffer