1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

(Fdisplay_buffer): Use B not b for interactive argument.

This commit is contained in:
Richard M. Stallman 1997-05-26 02:41:42 +00:00
parent 939f6e3f20
commit 62a7e6ebb4

View File

@ -2090,7 +2090,7 @@ See `same-window-buffer-names' and `same-window-regexps'.")
}
DEFUN ("display-buffer", Fdisplay_buffer, Sdisplay_buffer, 1, 2,
"bDisplay buffer: \nP",
"BDisplay buffer: \nP", /* Use B so the default is (other-buffer). */
"Make BUFFER appear in some window but don't select it.\n\
BUFFER can be a buffer or a buffer name.\n\
If BUFFER is shown already in some window, just use that one,\n\