1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 03:20:39 -08:00

(Fmake_indirect_buffer): Fix interactive spec.

This commit is contained in:
Karl Heuer 1995-05-17 20:41:36 +00:00
parent 73c017045a
commit 193c3837a1

View file

@ -316,7 +316,7 @@ The value is never nil.")
DEFUN ("make-indirect-buffer",
Fmake_indirect_buffer, Smake_indirect_buffer, 2, 2,
"BMake indirect buffer (to buffer): \nbName of indirect buffer: ",
"bMake indirect buffer (to buffer): \nBName of indirect buffer: ",
"Create and return an indirect buffer for buffer BASE, named NAME.\n\
BASE should be an existing buffer (or buffer name).\n\
NAME should be a string which is not the name of an existing buffer.")