docs: gather @notes items into one section

related: 21eacbfef3
This commit is contained in:
Justin M. Keyes
2023-07-06 22:47:27 +02:00
parent 3a721820c3
commit d2e44da516
6 changed files with 61 additions and 58 deletions

View File

@@ -1958,7 +1958,7 @@ Object nvim__unpack(String str, Error *err)
/// Deletes an uppercase/file named mark. See |mark-motions|.
///
/// @note fails with error if a lowercase or buffer local named mark is used.
/// @note Lowercase name (or other buffer-local mark) is an error.
/// @param name Mark name
/// @return true if the mark was deleted, else false.
/// @see |nvim_buf_del_mark()|