]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 23 May 2005 18:49:28 +0000 (18:49 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 23 May 2005 18:49:28 +0000 (18:49 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2536 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/winio.c

index c02428ef1f03546cc80aa2ec9edc8d92531e9200..c1f6ca2272d49bfdc93d3841f46c6927fb000fdf 100644 (file)
@@ -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
  * text that we want to put up by default.
  *
- * The allow_tabs parameter tells whether or not to allow tab
- * completion. */
+ * The allow_tabs parameter indicates whether we should allow tabs to be
+ * interpreted. */
 int statusq(bool allow_tabs, const shortcut *s, const char *curranswer,
 #ifndef NANO_SMALL
        filestruct *history_list,