From c2ba4a20aafc3ea0a907bcbb17fb41590b44cf09 Mon Sep 17 00:00:00 2001 From: Phillip Lord Date: Tue, 24 Nov 2015 23:02:11 +0000 Subject: ; Added documentation for undo-auto functionality. * doc/lispref/text.texi: Documentation added * etc/NEWS: Annoucement added * lisp/simple.el (undo-auto--amalgamate): Docstring fix. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/simple.el') diff --git a/lisp/simple.el b/lisp/simple.el index b6bf010ed3a..99e6bd31363 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -2880,7 +2880,7 @@ See also `undo-auto--buffer-undoably-changed'.") (defun undo-auto--amalgamate () "Amalgamate undo if necessary. -This function can be called after an amalgamating command. It +This function can be called before an amalgamating command. It removes the previous `undo-boundary' if a series of such calls have been made. By default `self-insert-command' and `delete-char' are the only amalgamating commands, although this -- cgit v1.2.1