summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2015-11-25 13:17:36 +0000
committerPhillip Lord <phillip.lord@russet.org.uk>2015-11-25 13:17:36 +0000
commite126949b77eb31980a75180b99257c40450fe0d5 (patch)
treec905e5db8fc8d33e29beb8b4596763f9021a9bd6
parentb283da06102ef61cc12f3d4599dd6b5f663f1ffd (diff)
downloademacs-feature/documentation-for-auto-undo.tar.gz
-rw-r--r--doc/lispref/text.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 2ceb3529689..85109415719 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -1361,7 +1361,7 @@ buffers. So with these a boundary is inserted only every 20th command,
so that these can be undone as a group. By default commands
@code{self-insert-command}, which produces self-inserting input
characters (@pxref{Commands for Insertion}), and @code{delete-char}
-which deletes characters (@pxref{Deleting Text}) are amalgamating.
+which deletes characters (@pxref{Deletion}) are amalgamating.
Where a command affects the contents of several buffers as may happen,
for example, if a function on the @code{post-command-hook} affects a
buffer other than the @code{current-buffer}, then @code{undo-boundary}