]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/cc-defs.el
Backslash cleanup in Elisp source files
[gnu-emacs] / lisp / progmodes / cc-defs.el
index 0422ca0b02896be72ec3721fc2c4931d419d3562..6bd58159fce420a238abbba2f6f6d52bb212bdf2 100644 (file)
@@ -500,10 +500,10 @@ even if the user undoes the command which set them.
 
 This macro should ALWAYS be placed around \"temporary\" internal buffer
 changes \(like adding a newline to calculate a text-property then
-deleting it again\), so that the user never sees them on his
+deleting it again), so that the user never sees them on his
 `buffer-undo-list'.  See also `c-tentative-buffer-changes'.
 
-However, any user-visible changes to the buffer \(like auto-newlines\)
+However, any user-visible changes to the buffer \(like auto-newlines)
 must not be within a `c-save-buffer-state', since the user then
 wouldn't be able to undo them.