emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 f227655: ; Fix broken reference


From: Phillip Lord
Subject: [Emacs-diffs] emacs-25 f227655: ; Fix broken reference
Date: Mon, 30 Nov 2015 20:20:16 +0000

branch: emacs-25
commit f227655b2d059564b55954b73a4a5c1e6eb0190a
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>

    ; Fix broken reference
    
     * doc/lispref/test.texi: Fix cross-reference.
---
 doc/lispref/text.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 2ceb352..8510941 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}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]