changeset 46783:a4e9eb2530cb

(atomic-change-group): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 02 Aug 2002 17:59:22 +0000
parents d9eb57a92797
children 546f1e0c46c9
files lisp/subr.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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