aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-06-15 10:05:25 +0000
committerJuanma Barranquero2007-06-15 10:05:25 +0000
commit9a8470c392e459620b88a3aa9bbf72caa81e8670 (patch)
treea9dbb28adeede17a4155e9a75b298751c1455a33
parentce062d3acb0e8e2f846993cf83964234bad2d577 (diff)
downloademacs-9a8470c392e459620b88a3aa9bbf72caa81e8670.tar.gz
emacs-9a8470c392e459620b88a3aa9bbf72caa81e8670.zip
*** empty log message ***
-rw-r--r--lispref/display.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 81da9f8d6e9..664ad1d2c15 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -3103,7 +3103,7 @@ overwritten.
3103 3103
3104The overlay-arrow string is displayed in any given buffer if the value 3104The overlay-arrow string is displayed in any given buffer if the value
3105of @code{overlay-arrow-position} in that buffer points into that 3105of @code{overlay-arrow-position} in that buffer points into that
3106buffer. Thus, it works to can display multiple overlay arrow strings 3106buffer. Thus, it is possible to display multiple overlay arrow strings
3107by creating buffer-local bindings of @code{overlay-arrow-position}. 3107by creating buffer-local bindings of @code{overlay-arrow-position}.
3108However, it is usually cleaner to use 3108However, it is usually cleaner to use
3109@code{overlay-arrow-variable-list} to achieve this result. 3109@code{overlay-arrow-variable-list} to achieve this result.