aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/api.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-04-08 03:44:00 +0200
committerGitHub <noreply@github.com>2019-04-08 03:44:00 +0200
commit11bf89e3b58be1dd534b4ea49b1988150cf7d4b8 (patch)
treed13bc141aa3ea8b28c38da091d4cf6af1fcbc040 /runtime/doc/api.txt
parent943bedfc86abb2c6ac20079c1c3a4baac1bd726e (diff)
parentce76dffda46db99f073e4bcc159507024d2bfbe8 (diff)
downloadrneovim-11bf89e3b58be1dd534b4ea49b1988150cf7d4b8.tar.gz
rneovim-11bf89e3b58be1dd534b4ea49b1988150cf7d4b8.tar.bz2
rneovim-11bf89e3b58be1dd534b4ea49b1988150cf7d4b8.zip
Merge #9796 from justinmk/doc
Diffstat (limited to 'runtime/doc/api.txt')
-rw-r--r--runtime/doc/api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt
index e52ed5ad2b..c8b9dd5fad 100644
--- a/runtime/doc/api.txt
+++ b/runtime/doc/api.txt
@@ -251,7 +251,7 @@ of some window, or a position relative to the current window cursor. The
parameters for positioning are described in detail at |nvim_open_win()|.
|nvim_open_win()| assumes an existing buffer to display in the window. To create
-a scratch buffer for the float, |nvim_create_buffer()| can be used. The text in
+a scratch buffer for the float, |nvim_create_buf()| can be used. The text in
the buffer can be highlighted using standard functionality, such as syntax
highlighting, or |api-highlights|.