comparison doc/lispref/buffers.texi @ 107946:0cc12709c3b5

Fix @deffn without category. * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun for `abbrev-insert'. * buffers.texi (Indirect Buffers): Add category `Command' to @deffn of `clone-indirect-buffer'. * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun for `next-window' and `previous-window'. Add category `Command' to @deffn of `pop-to-buffer'.
author Juri Linkov <juri@jurta.org>
date Thu, 15 Apr 2010 01:41:21 +0300
parents 1d1d5d9bd884
children 20e12bebbbb5 376148b31b5e
comparison
equal deleted inserted replaced
107945:cf183258f1db 107946:0cc12709c3b5
1133 the base for the new buffer. If, in addition, @var{clone} is 1133 the base for the new buffer. If, in addition, @var{clone} is
1134 non-@code{nil}, the initial state is copied from the actual base 1134 non-@code{nil}, the initial state is copied from the actual base
1135 buffer, not from @var{base-buffer}. 1135 buffer, not from @var{base-buffer}.
1136 @end deffn 1136 @end deffn
1137 1137
1138 @deffn clone-indirect-buffer newname display-flag &optional norecord 1138 @deffn Command clone-indirect-buffer newname display-flag &optional norecord
1139 This function creates and returns a new indirect buffer that shares 1139 This function creates and returns a new indirect buffer that shares
1140 the current buffer's base buffer and copies the rest of the current 1140 the current buffer's base buffer and copies the rest of the current
1141 buffer's attributes. (If the current buffer is not indirect, it is 1141 buffer's attributes. (If the current buffer is not indirect, it is
1142 used as the base buffer.) 1142 used as the base buffer.)
1143 1143