aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2003-12-25 14:10:31 +0000
committerMarkus Rost2003-12-25 14:10:31 +0000
commit67fafe38b4adee614a20f50d33849631e0ab82f5 (patch)
tree94fc46d62424b29afc61f99ab324077e87ce5bd2
parent56ffd194371f38239589eb0f818682a0b2e0dbac (diff)
downloademacs-67fafe38b4adee614a20f50d33849631e0ab82f5.tar.gz
emacs-67fafe38b4adee614a20f50d33849631e0ab82f5.zip
(Fringes): Fix typo "set-buffer-window" -> "set-window-buffer".
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/display.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 753c02afd46..1b9aabffe46 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
2
3 * display.texi (Fringes): Fix typo "set-buffer-window".
4
12003-12-24 Luc Teirlinck <teirllm@auburn.edu> 52003-12-24 Luc Teirlinck <teirllm@auburn.edu>
2 6
3 * display.texi, eval.texi, help.texi, internals.texi, loading.texi: 7 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
diff --git a/lispref/display.texi b/lispref/display.texi
index 449a42b18c5..abbbab0ce79 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -2528,7 +2528,7 @@ fringe in pixels.
2528 2528
2529 The values of these variables take effect when you display the 2529 The values of these variables take effect when you display the
2530buffer in a window. If you change them while the buffer is visible, 2530buffer in a window. If you change them while the buffer is visible,
2531you can call @code{set-buffer-window} to display it in a window again. 2531you can call @code{set-window-buffer} to display it in a window again.
2532 2532
2533@defun set-window-fringes window left &optional right outside-margins 2533@defun set-window-fringes window left &optional right outside-margins
2534This function sets the fringe widthes of window @var{window}. 2534This function sets the fringe widthes of window @var{window}.