diff src/ex_docmd.c @ 5245:8c6615a30951 v7.4a.047

updated for version 7.4a.047 Problem: Some comments are not so nice. Solution: Change the comments.
author Bram Moolenaar <bram@vim.org>
date Sun, 28 Jul 2013 16:03:06 +0200
parents 1b89e3f916c5
children 6ae816249627
line wrap: on
line diff
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -6992,7 +6992,7 @@ ex_exit(eap)
 # ifdef FEAT_GUI
 	need_mouse_correct = TRUE;
 # endif
-	/* quit current window, may free buffer */
+	/* Quit current window, may free the buffer. */
 	win_close(curwin, !P_HID(curwin->w_buffer));
 #endif
     }