emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104944: * buffer.c (Foverlay_put): S


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104944: * buffer.c (Foverlay_put): Say what the return value is
Date: Mon, 04 Jul 2011 17:32:22 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104944
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Mon 2011-07-04 17:32:22 +0200
message:
  * buffer.c (Foverlay_put): Say what the return value is
  (bug#7835).
modified:
  src/ChangeLog
  src/buffer.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-07-04 14:34:31 +0000
+++ b/src/ChangeLog     2011-07-04 15:32:22 +0000
@@ -1,5 +1,8 @@
 2011-07-04  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * buffer.c (Foverlay_put): Say what the return value is
+       (bug#7835).
+
        * fileio.c (barf_or_query_if_file_exists): Check first if the file
        is a directory before asking whether to use the file name
        (bug#7564).

=== modified file 'src/buffer.c'
--- a/src/buffer.c      2011-07-02 10:36:48 +0000
+++ b/src/buffer.c      2011-07-04 15:32:22 +0000
@@ -4056,7 +4056,8 @@
 }
 
 DEFUN ("overlay-put", Foverlay_put, Soverlay_put, 3, 3, 0,
-       doc: /* Set one property of overlay OVERLAY: give property PROP value 
VALUE.  */)
+       doc: /* Set one property of overlay OVERLAY: give property PROP value 
VALUE.
+VALUE will be returned.*/)
   (Lisp_Object overlay, Lisp_Object prop, Lisp_Object value)
 {
   Lisp_Object tail, buffer;


reply via email to

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