From 91953c118721024b3b8db0d4fb318898203a1e56 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 21 Sep 2014 18:09:40 -0400 Subject: [PATCH] * lisp/simple.el (clone-indirect-buffer): Mention the return value. Fixes: debbugs:18478 --- lisp/ChangeLog | 3 +++ lisp/simple.el | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6fdc2d08718..9a52384cd19 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2014-09-17 Tom Willemse (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). 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) -- 2.11.4.GIT