Commit 30ca7d52 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

still more miscellaneous comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4030 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 6e1cd2d2
Showing with 2 additions and 2 deletions
+2 -2
......@@ -1696,8 +1696,8 @@ bool write_file(const char *name, FILE *f_open, bool tmp, append_type
}
#ifndef NANO_TINY
/* Write a marked selection from a file out. Return TRUE on success or
* FALSE on error. */
/* Write a marked selection from a file out to disk. Return TRUE on
* success or FALSE on error. */
bool write_marked_file(const char *name, FILE *f_open, bool tmp,
append_type append)
{
......
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