From b9ab4064a8287bbb908f4864b8448ce4acd35be4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 2 Aug 2002 17:59:22 +0000 Subject: [PATCH] (atomic-change-group): Doc fix. --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index b247d170e8..15d483c10b 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 -- 2.20.1