]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/simple.el (clone-indirect-buffer): Mention the return value.
authorTom Willemse <tom@ryuslash.org>
Sun, 21 Sep 2014 22:09:40 +0000 (18:09 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 21 Sep 2014 22:09:40 +0000 (18:09 -0400)
Fixes: debbugs:18478
lisp/ChangeLog
lisp/simple.el

index 6fdc2d08718ad3491edef0c0be8fdde33294ddef..9a52384cd19d99f1f06fda669bfce3b67967057e 100644 (file)
@@ -1,5 +1,8 @@
 2014-09-17  Tom Willemse  <tom@ryuslash.org>  (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).
 
index 76f307fec8cf1f79567aa3640d1c60d0a84527eb..6395e5036a96b60116604cf25fd365aa60f40928 100644 (file)
@@ -7577,7 +7577,9 @@ DISPLAY-FLAG non-nil means show the new buffer with `pop-to-buffer'.
 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)