aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 26c589b0152..a14599bf786 100644
--- a/src/window.c
+++ b/src/window.c
@@ -1585,7 +1585,7 @@ DEFUN ("display-buffer", Fdisplay_buffer, Sdisplay_buffer, 1, 2,
1585BUFFER can be a buffer or a buffer name.\n\ 1585BUFFER can be a buffer or a buffer name.\n\
1586If BUFFER is shown already in some window, just use that one,\n\ 1586If BUFFER is shown already in some window, just use that one,\n\
1587unless the window is the selected window and the optional second\n\ 1587unless the window is the selected window and the optional second\n\
1588argument NOT_THIS_WINDOW is non-nil.\n\ 1588argument NOT-THIS-WINDOW is non-nil (interactively, with prefix arg).\n\
1589Returns the window displaying BUFFER.") 1589Returns the window displaying BUFFER.")
1590 (buffer, not_this_window) 1590 (buffer, not_this_window)
1591 register Lisp_Object buffer, not_this_window; 1591 register Lisp_Object buffer, not_this_window;