Mercurial > emacs
diff src/window.c @ 73525:35ece799c49e
(Fdisplay_buffer): Fix typo in docstring.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Sat, 28 Oct 2006 22:03:51 +0000 |
| parents | aab836d32a11 |
| children | fd56562ea7ba 0912b745fc75 7eeafaaa9eab |
line wrap: on
line diff
--- a/src/window.c Sat Oct 28 22:02:20 2006 +0000 +++ b/src/window.c Sat Oct 28 22:03:51 2006 +0000 @@ -3588,7 +3588,7 @@ DEFUN ("display-buffer", Fdisplay_buffer, Sdisplay_buffer, 1, 3, "BDisplay buffer: \nP", doc: /* Make BUFFER appear in some window but don't select it. -BUFFER must be the name of an existing buffer, or, when called from Lisp, +BUFFER must be the name of an existing buffer, or, when called from Lisp, a buffer. If BUFFER is shown already in some window, just use that one, unless the window is the selected window and the optional second
