doc: fix typo (#6504)

This commit is contained in:
Shlomi Fish 2017-04-19 03:20:05 +03:00 committed by Justin M. Keyes
parent ce7cba6d7f
commit 14b1becb54

View File

@ -1839,9 +1839,7 @@ int buflist_getfile(int n, linenr_T lnum, int options, int forceit)
return FAIL; return FAIL;
} }
/* // Go to the last known line number for the current buffer.
* go to the last know line number for the current buffer
*/
void buflist_getfpos(void) void buflist_getfpos(void)
{ {
pos_T *fpos; pos_T *fpos;
@ -2339,9 +2337,7 @@ linenr_T buflist_findlnum(buf_T *buf)
return buflist_findfpos(buf)->lnum; return buflist_findfpos(buf)->lnum;
} }
/* // List all known file names (for :files and :buffers command).
* List all know file names (for :files and :buffers command).
*/
void buflist_list(exarg_T *eap) void buflist_list(exarg_T *eap)
{ {
buf_T *buf; buf_T *buf;