# HG changeset patch # User Richard M. Stallman # Date 1028311162 0 # Node ID a4e9eb2530cbd7a6cda40a30edfa9f4db0ea6ed0 # Parent d9eb57a92797a60f8f0578bfa941d72d2e545b67 (atomic-change-group): Doc fix. diff -r d9eb57a92797 -r a4e9eb2530cb lisp/subr.el --- a/lisp/subr.el Thu Aug 01 17:07:46 2002 +0000 +++ b/lisp/subr.el Fri Aug 02 17:59:22 2002 +0000 @@ -1168,7 +1168,7 @@ "Perform BODY as an atomic change group. This means that if BODY exits abnormally, all of its changes to the current buffer are undone. -This works regadless of whether undo is enabled in the buffer. +This works regardless of whether undo is enabled in the buffer. This mechanism is transparent to ordinary use of undo; if undo is enabled in the buffer and BODY succeeds, the