aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2017-07-22 11:41:09 +0300
committerEli Zaretskii2017-07-22 11:41:09 +0300
commit35838ed5221a55e8b2465aa8e535bf956b42d6eb (patch)
tree5fa7f313766e3aba59b07985b09cd8f3326a8667
parent6ec43f8ddb54f96d4721c642396a4a9148719915 (diff)
downloademacs-35838ed5221a55e8b2465aa8e535bf956b42d6eb.tar.gz
emacs-35838ed5221a55e8b2465aa8e535bf956b42d6eb.zip
Index 'rectangle' in the ELisp manual
* doc/lispref/text.texi (Registers): Index the "rectangle" value. (Bug#27541)
-rw-r--r--doc/lispref/text.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 7108520e79f..b825b1d790b 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -4236,6 +4236,7 @@ A marker represents a buffer position to jump to.
4236A string is text saved in the register. 4236A string is text saved in the register.
4237 4237
4238@item a rectangle 4238@item a rectangle
4239@cindex rectangle, as contents of a register
4239A rectangle is represented by a list of strings. 4240A rectangle is represented by a list of strings.
4240 4241
4241@item @code{(@var{window-configuration} @var{position})} 4242@item @code{(@var{window-configuration} @var{position})}