emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r117911: * lisp/simple.el (clone-indirect-buffer): M


From: Stefan Monnier
Subject: [Emacs-diffs] trunk r117911: * lisp/simple.el (clone-indirect-buffer): Mention the return value.
Date: Sun, 21 Sep 2014 22:09:48 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117911
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18478
author: Tom Willemse <address@hidden>
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Sun 2014-09-21 18:09:40 -0400
message:
  * lisp/simple.el (clone-indirect-buffer): Mention the return value.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/simple.el                 simple.el-20091113204419-o5vbwnq5f7feedwu-403
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-09-21 22:07:26 +0000
+++ b/lisp/ChangeLog    2014-09-21 22:09:40 +0000
@@ -1,5 +1,8 @@
 2014-09-17  Tom Willemse  <address@hidden>  (tiny change)
 
+       * simple.el (clone-indirect-buffer): Mention the return value
+       (bug#18478).
+
        * progmodes/prog-mode.el (prog-mode-hook): Replace reference to
        Text mode in docstring (bug#18464).
 

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2014-08-28 01:59:29 +0000
+++ b/lisp/simple.el    2014-09-21 22:09:40 +0000
@@ -7577,7 +7577,9 @@
 This is always done when called interactively.
 
 Optional third arg NORECORD non-nil means do not put this buffer at the
-front of the list of recently selected ones."
+front of the list of recently selected ones.
+
+Returns the newly created indirect buffer."
   (interactive
    (progn
      (if (get major-mode 'no-clone-indirect)


reply via email to

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