aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-02-05 02:30:41 +0000
committerJuanma Barranquero2008-02-05 02:30:41 +0000
commit4d90eee4f5482f21d9f0a628fb32a106bd4cc9f8 (patch)
tree14611853aeb1862221e42fe8879299adf3b638a2
parent4caf292da65c090bd7ad9b56a69fc5f5472a2088 (diff)
downloademacs-4d90eee4f5482f21d9f0a628fb32a106bd4cc9f8.tar.gz
emacs-4d90eee4f5482f21d9f0a628fb32a106bd4cc9f8.zip
*** empty log message ***
-rw-r--r--lib-src/movemail.c2
-rw-r--r--lib-src/pop.c2
-rw-r--r--src/w32.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c
index 7c647676ff5..8ccf6ce554a 100644
--- a/lib-src/movemail.c
+++ b/lib-src/movemail.c
@@ -702,7 +702,7 @@ char Errmsg[200]; /* POP errors, at least, can exceed
702 the original length of 80. */ 702 the original length of 80. */
703 703
704/* 704/*
705 * The full legal syntax for a POP mailbox specification for movemail 705 * The full valid syntax for a POP mailbox specification for movemail
706 * is "po:username:hostname". The ":hostname" is optional; if it is 706 * is "po:username:hostname". The ":hostname" is optional; if it is
707 * omitted, the MAILHOST environment variable will be consulted. Note 707 * omitted, the MAILHOST environment variable will be consulted. Note
708 * that by the time popmail() is called the "po:" has been stripped 708 * that by the time popmail() is called the "po:" has been stripped
diff --git a/lib-src/pop.c b/lib-src/pop.c
index 7b9b191add7..7de5e17e20d 100644
--- a/lib-src/pop.c
+++ b/lib-src/pop.c
@@ -1576,7 +1576,7 @@ pop_close (server)
1576 * Function: pop_trash 1576 * Function: pop_trash
1577 * 1577 *
1578 * Purpose: Like pop_close or pop_quit, but doesn't deallocate the 1578 * Purpose: Like pop_close or pop_quit, but doesn't deallocate the
1579 * memory associated with the server. It is legal to call 1579 * memory associated with the server. It is valid to call
1580 * pop_close or pop_quit after this function has been called. 1580 * pop_close or pop_quit after this function has been called.
1581 */ 1581 */
1582static void 1582static void
diff --git a/src/w32.c b/src/w32.c
index a67ef7d095a..8a970e0c25e 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -1591,7 +1591,7 @@ is_fat_volume (const char * name, const char ** pPath)
1591 return FALSE; 1591 return FALSE;
1592} 1592}
1593 1593
1594/* Map filename to a legal 8.3 name if necessary. */ 1594/* Map filename to a valid 8.3 name if necessary. */
1595const char * 1595const char *
1596map_w32_filename (const char * name, const char ** pPath) 1596map_w32_filename (const char * name, const char ** pPath)
1597{ 1597{