aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorJuanma Barranquero2006-10-28 22:03:51 +0000
committerJuanma Barranquero2006-10-28 22:03:51 +0000
commit473d3c06d855703a67f2083fa64c95971358c3aa (patch)
tree1cba86181be15ca632207be98abdad91cad07145 /src/window.c
parent9f6ee97abb7c20588512e95324bd1928858d0388 (diff)
downloademacs-473d3c06d855703a67f2083fa64c95971358c3aa.tar.gz
emacs-473d3c06d855703a67f2083fa64c95971358c3aa.zip
(Fdisplay_buffer): Fix typo in docstring.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 7a86a0e5cd4..0629ee3af3a 100644
--- a/src/window.c
+++ b/src/window.c
@@ -3588,7 +3588,7 @@ See `same-window-buffer-names' and `same-window-regexps'. */)
3588DEFUN ("display-buffer", Fdisplay_buffer, Sdisplay_buffer, 1, 3, 3588DEFUN ("display-buffer", Fdisplay_buffer, Sdisplay_buffer, 1, 3,
3589 "BDisplay buffer: \nP", 3589 "BDisplay buffer: \nP",
3590 doc: /* Make BUFFER appear in some window but don't select it. 3590 doc: /* Make BUFFER appear in some window but don't select it.
3591BUFFER must be the name of an existing buffer, or, when called from Lisp, 3591BUFFER must be the name of an existing buffer, or, when called from Lisp,
3592a buffer. 3592a buffer.
3593If BUFFER is shown already in some window, just use that one, 3593If BUFFER is shown already in some window, just use that one,
3594unless the window is the selected window and the optional second 3594unless the window is the selected window and the optional second