]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Feb 2008 02:30:41 +0000 (02:30 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Feb 2008 02:30:41 +0000 (02:30 +0000)
lib-src/movemail.c
lib-src/pop.c
src/w32.c

index 7c647676ff5f0bb057365216c6dd56e924e7c51a..8ccf6ce554ac2f5d7ffc5a34cd5ce49883c56ab0 100644 (file)
@@ -702,7 +702,7 @@ char Errmsg[200];           /* POP errors, at least, can exceed
                                   the original length of 80.  */
 
 /*
- * The full legal syntax for a POP mailbox specification for movemail
+ * The full valid syntax for a POP mailbox specification for movemail
  * is "po:username:hostname".  The ":hostname" is optional; if it is
  * omitted, the MAILHOST environment variable will be consulted.  Note
  * that by the time popmail() is called the "po:" has been stripped
index 7b9b191add76f46e6f2ad1b67342eb55f82c7de1..7de5e17e20dc11b9eff77250901c277f1d615e72 100644 (file)
@@ -1576,7 +1576,7 @@ pop_close (server)
  * Function: pop_trash
  *
  * Purpose: Like pop_close or pop_quit, but doesn't deallocate the
- *     memory associated with the server.  It is legal to call
+ *     memory associated with the server.  It is valid to call
  *     pop_close or pop_quit after this function has been called.
  */
 static void
index a67ef7d095a2506975ab5a60501e048b6386cb9e..8a970e0c25e47c52157e602475e2a5016ff0e03a 100644 (file)
--- a/src/w32.c
+++ b/src/w32.c
@@ -1591,7 +1591,7 @@ is_fat_volume (const char * name, const char ** pPath)
   return FALSE;
 }
 
-/* Map filename to a legal 8.3 name if necessary. */
+/* Map filename to a valid 8.3 name if necessary. */
 const char *
 map_w32_filename (const char * name, const char ** pPath)
 {