]> git.eshelyaron.com Git - emacs.git/commitdiff
(atomic-change-group): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 2 Aug 2002 17:59:22 +0000 (17:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 2 Aug 2002 17:59:22 +0000 (17:59 +0000)
lisp/subr.el

index b247d170e849ca76b66b94321e250c2620c6c0ff..15d483c10b69df55cfe3143963a499d8e37d1fff 100644 (file)
@@ -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