bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#4549: marked as done (23.1.50; copy-overlay is not mentioned in the


From: Emacs bug Tracking System
Subject: bug#4549: marked as done (23.1.50; copy-overlay is not mentioned in the Emacs Lisp Reference Manual)
Date: Fri, 25 Sep 2009 03:45:04 +0000

Your message dated Thu, 24 Sep 2009 23:37:45 -0400
with message-id <87vdj7itiu.fsf@cyd.mit.edu>
and subject line Re: 23.1.50; copy-overlay is not mentioned in the Emacs Lisp 
Reference Manual
has caused the Emacs bug report #4549,
regarding 23.1.50; copy-overlay is not mentioned in the Emacs Lisp Reference 
Manual
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
4549: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=4549
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: 23.1.50; copy-overlay is not mentioned in the Emacs Lisp Reference Manual Date: Thu, 24 Sep 2009 15:52:23 +0200
The copy-overlay function is not mentioned in the Emacs Lisp Reference
Manual. I attached a patch for display.texi.

Regards,
David

Index: display.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/display.texi,v
retrieving revision 1.52
diff -u -r1.52 display.texi
--- display.texi        1 Sep 2009 02:54:16 -0000       1.52
+++ display.texi        24 Sep 2009 13:51:22 -0000
@@ -1269,6 +1269,12 @@
 current buffer.
 @end defun
 
+@defun copy-overlay overlay
+This function will return a copy of @var{overlay}, with the exception
+of the insertion marker types, which will always be set to their
+default values.
+@end defun
+
   Here are some examples:
 
 @example

--- End Message ---
--- Begin Message --- Subject: Re: 23.1.50; copy-overlay is not mentioned in the Emacs Lisp Reference Manual Date: Thu, 24 Sep 2009 23:37:45 -0400
> The copy-overlay function is not mentioned in the Emacs Lisp Reference
> Manual. I attached a patch for display.texi.

Thanks.  I've checked it in, with some editing.

--- End Message ---

reply via email to

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