Commit 67e3b938 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2536 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent e5bc1c45
Showing with 2 additions and 2 deletions
+2 -2
...@@ -2588,8 +2588,8 @@ int nanogetstr(bool allow_tabs, const char *buf, const char *curranswer, ...@@ -2588,8 +2588,8 @@ int nanogetstr(bool allow_tabs, const char *buf, const char *curranswer,
* otherwise, the valid shortcut key caught. curranswer is any editable * otherwise, the valid shortcut key caught. curranswer is any editable
* text that we want to put up by default. * text that we want to put up by default.
* *
* The allow_tabs parameter tells whether or not to allow tab * The allow_tabs parameter indicates whether we should allow tabs to be
* completion. */ * interpreted. */
int statusq(bool allow_tabs, const shortcut *s, const char *curranswer, int statusq(bool allow_tabs, const shortcut *s, const char *curranswer,
#ifndef NANO_SMALL #ifndef NANO_SMALL
filestruct *history_list, filestruct *history_list,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment