summaryrefslogtreecommitdiff
path: root/lisp/simple.el
diff options
context:
space:
mode:
authorTom Willemse <tom@ryuslash.org>2014-09-21 18:09:40 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2014-09-21 18:09:40 -0400
commit91953c118721024b3b8db0d4fb318898203a1e56 (patch)
treeafeb7f3e94de32e17eed50b5a0a493e3cd685cbd /lisp/simple.el
parentf5fafeef5daa3d5e30c613b45860d81f69783f0e (diff)
downloademacs-91953c118721024b3b8db0d4fb318898203a1e56.tar.gz
* lisp/simple.el (clone-indirect-buffer): Mention the return value.
Fixes: debbugs:18478
Diffstat (limited to 'lisp/simple.el')
-rw-r--r--lisp/simple.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 76f307fec8c..6395e5036a9 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -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)