aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>1993-01-19 00:56:45 +0000
committerRoland McGrath <[email protected]>1993-01-19 00:56:45 +0000
commit46d3268aa2fd112d7f1768e01d70569dd3cd7f71 (patch)
treee151850b49fb1ace6c3d91152affe5d8f312bfd1 /src
parent3a65941e41fb91642792e02b6f284dcb0cca030b (diff)
(Fdisplay_buffer): Doc fix.
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 26c589b015..a14599bf78 100644
--- a/src/window.c
+++ b/src/window.c
@@ -1585,7 +1585,7 @@ DEFUN ("display-buffer", Fdisplay_buffer, Sdisplay_buffer, 1, 2,
BUFFER can be a buffer or a buffer name.\n\
If BUFFER is shown already in some window, just use that one,\n\
unless the window is the selected window and the optional second\n\
-argument NOT_THIS_WINDOW is non-nil.\n\
+argument NOT-THIS-WINDOW is non-nil (interactively, with prefix arg).\n\
Returns the window displaying BUFFER.")
(buffer, not_this_window)
register Lisp_Object buffer, not_this_window;