diff options
author | Tom Willemse <tom@ryuslash.org> | 2014-09-21 18:09:40 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-09-21 18:09:40 -0400 |
commit | 91953c118721024b3b8db0d4fb318898203a1e56 (patch) | |
tree | afeb7f3e94de32e17eed50b5a0a493e3cd685cbd /lisp/simple.el | |
parent | f5fafeef5daa3d5e30c613b45860d81f69783f0e (diff) | |
download | emacs-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.el | 4 |
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) |