emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116324: * buffer.c (Fmake_overlay): Doc clarificati


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116324: * buffer.c (Fmake_overlay): Doc clarification.
Date: Sat, 08 Feb 2014 04:13:01 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116324
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/15489
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Fri 2014-02-07 20:11:52 -0800
message:
  * buffer.c (Fmake_overlay): Doc clarification.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/buffer.c                   buffer.c-20091113204419-o5vbwnq5f7feedwu-264
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2014-02-08 04:02:16 +0000
+++ b/src/ChangeLog     2014-02-08 04:11:52 +0000
@@ -1,3 +1,7 @@
+2014-02-08  Lars Ingebrigtsen  <address@hidden>
+
+       * buffer.c (Fmake_overlay): Doc clarification (bug#15489).
+
 2014-02-08  Juanma Barranquero  <address@hidden>
 
        * keyboard.c (Frecursive_edit): Fix typo in docstring.

=== modified file 'src/buffer.c'
--- a/src/buffer.c      2014-02-06 04:27:26 +0000
+++ b/src/buffer.c      2014-02-08 04:11:52 +0000
@@ -3830,7 +3830,7 @@
 }
 
 DEFUN ("make-overlay", Fmake_overlay, Smake_overlay, 2, 5, 0,
-       doc: /* Create a new overlay with range BEG to END in BUFFER.
+       doc: /* Create a new overlay with range BEG to END in BUFFER and return 
it.
 If omitted, BUFFER defaults to the current buffer.
 BEG and END may be integers or markers.
 The fourth arg FRONT-ADVANCE, if non-nil, makes the marker


reply via email to

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