]> git.eshelyaron.com Git - emacs.git/commitdiff
Explain how delete-region alters point.
authorRichard M. Stallman <rms@gnu.org>
Sat, 5 Aug 1995 06:17:38 +0000 (06:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 5 Aug 1995 06:17:38 +0000 (06:17 +0000)
lispref/text.texi

index 6b165e18287fcb9f3bbcd3f209ccb65e1c354842..176edf1f74dd8436576f7a66513850942cf25533 100644 (file)
@@ -450,7 +450,9 @@ be compared with that of the former text.
 
 @deffn Command delete-region start end
 This command deletes the text in the current buffer in the region
-defined by @var{start} and @var{end}.  The value is @code{nil}.
+defined by @var{start} and @var{end}.  The value is @code{nil}.  If
+point was inside the deleted region, its value afterward is @var{start}.
+Otherwise, point relocates with the surrounding text, as markers do.
 @end deffn
 
 @deffn Command delete-char count &optional killp