emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 3b47898: Fix doc string in `insert'


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 3b47898: Fix doc string in `insert'
Date: Mon, 9 May 2016 15:09:13 +0000 (UTC)

branch: emacs-25
commit 3b478989df59cc33886d260137c433da5cfe4863
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Fix doc string in `insert'
    
    * src/editfns.c (Finsert_and_inherit): The before-insertion
    markers do not move.
    (Finsert): Ditto.
---
 src/editfns.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/editfns.c b/src/editfns.c
index a858e6e..360ec12 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -2484,7 +2484,7 @@ insert1 (Lisp_Object arg)
 
 DEFUN ("insert", Finsert, Sinsert, 0, MANY, 0,
        doc: /* Insert the arguments, either strings or characters, at point.
-Point and before-insertion markers move forward to end up
+Point and after-insertion markers move forward to end up
  after the inserted text.
 Any other markers at the point of insertion remain before the text.
 
@@ -2508,7 +2508,7 @@ usage: (insert &rest ARGS)  */)
 DEFUN ("insert-and-inherit", Finsert_and_inherit, Sinsert_and_inherit,
    0, MANY, 0,
        doc: /* Insert the arguments at point, inheriting properties from 
adjoining text.
-Point and before-insertion markers move forward to end up
+Point and after-insertion markers move forward to end up
  after the inserted text.
 Any other markers at the point of insertion remain before the text.
 



reply via email to

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