From 093e8afb746801a64f5aa1f70eb0046bf630fae3 Mon Sep 17 00:00:00 2001 From: Nelson Ferreira Date: Sun, 12 Aug 2012 18:22:15 -0400 Subject: [PATCH] Fix docstring for insert-string Signed-off-by: Nelson Ferreira --- src/editfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editfns.c b/src/editfns.c index 4bdaf8e..72c312f 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -1753,7 +1753,7 @@ DEFUN("insert-string", Finsert_string, 1, 2, 0, /* Insert STRING into BUFFER at BUFFER's point. Point moves forward so that it ends up after the inserted text. Any other markers at the point of insertion remain before the text. -If a string has non-null string-extent-data, new extents will be created. +If a string has non-null, duplicable string-extent-data, new extents will be created. BUFFER defaults to the current buffer. */ (string, buffer)) -- 2.25.1