@@ -218,11 +218,11 @@ COMMANDS *scratch-buffer-commands*
218218FUNCTIONS *scratch-buffer-functions*
219219
220220 *scratch_buffer#open()*
221- scratch_buffer#open(opening_next_fresh_buffer [, file-extension | --no-file-ext][, open-method][, buffer-size])
221+ scratch_buffer#open(opening-next-fresh-buffer [, file-extension | --no-file-ext][, open-method][, buffer-size])
222222 Function version of `:ScratchBufferOpen` and `:ScratchBufferOpenNext` .
223223
224224 Parameters:
225- opening_next_fresh_buffer :
225+ opening-next-fresh-buffer :
226226 Whether to create a new buffer (v:true) or
227227 open the most recently used buffer (v:false)
228228 file-extension:
@@ -236,11 +236,11 @@ scratch_buffer#open(opening_next_fresh_buffer[, file-extension | --no-file-ext][
236236 See `:help :ScratchBufferOpen` for more details.
237237
238238 *scratch_buffer#open_file()*
239- scratch_buffer#open_file(opening_next_fresh_buffer [, file-extension | --no-file-ext][, open-method][, buffer-size])
239+ scratch_buffer#open_file(opening-next-fresh-buffer [, file-extension | --no-file-ext][, open-method][, buffer-size])
240240 Function version of `:ScratchBufferOpenFile` .
241241
242242 Parameters:
243- opening_next_fresh_buffer :
243+ opening-next-fresh-buffer :
244244 Whether to create a new buffer (v:true)
245245 or open the most recently used buffer (v:false)
246246 file-extension:
0 commit comments