]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 21 Apr 2007 18:53:38 +0000 (18:53 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 21 Apr 2007 18:53:38 +0000 (18:53 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4091 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/prompt.c

index 2bcd582db9cc6f466ed7b32b482bb816b0f4e531..af1c7dd7f12230099d41df0b53af74f8c3ce967f 100644 (file)
@@ -999,10 +999,10 @@ int get_prompt_string(bool allow_tabs,
     wnoutrefresh(bottomwin);
 
     /* If we're using restricted mode, we aren't allowed to change the
-     * name of a file once it has one, because that would allow writing
-     * to files not specified on the command line.  In this case,
-     * disable all keys that would change the text if the filename isn't
-     * blank and we're at the "Write File" prompt. */
+     * name of the current file once it has one, because that would
+     * allow writing to files not specified on the command line.  In
+     * this case, disable all keys that would change the text if the
+     * filename isn't blank and we're at the "Write File" prompt. */
     while ((kbinput = do_statusbar_input(&meta_key, &func_key, &s_or_t,
        &ran_func, &finished, TRUE, refresh_func)) != NANO_CANCEL_KEY &&
        kbinput != NANO_ENTER_KEY) {