From: Richard M. Stallman Date: Fri, 2 Aug 2002 17:59:22 +0000 (+0000) Subject: (atomic-change-group): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~13783 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b9ab4064a8287bbb908f4864b8448ce4acd35be4;p=emacs.git (atomic-change-group): Doc fix. --- diff --git a/lisp/subr.el b/lisp/subr.el index b247d170e84..15d483c10b6 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1168,7 +1168,7 @@ Optional DEFAULT is a default password to use instead of empty input." "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