aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorMiles Bader2008-02-24 10:09:07 +0000
committerMiles Bader2008-02-24 10:09:07 +0000
commitb03f96dc5a6651d1dc84b81b2a15cad6908b9809 (patch)
tree699d727fdfb007a12a07d1e1f2e172617cc159ef /lib-src
parent52bec650ae314402c242ce700bb09be42ef8ae55 (diff)
parent20ca5ee4f7d897d79416a6fdd084db1eabb392b0 (diff)
downloademacs-b03f96dc5a6651d1dc84b81b2a15cad6908b9809.tar.gz
emacs-b03f96dc5a6651d1dc84b81b2a15cad6908b9809.zip
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/movemail.c2
-rw-r--r--lib-src/pop.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c
index 1f95735878d..a328749e006 100644
--- a/lib-src/movemail.c
+++ b/lib-src/movemail.c
@@ -692,7 +692,7 @@ char Errmsg[200]; /* POP errors, at least, can exceed
692 the original length of 80. */ 692 the original length of 80. */
693 693
694/* 694/*
695 * The full legal syntax for a POP mailbox specification for movemail 695 * The full valid syntax for a POP mailbox specification for movemail
696 * is "po:username:hostname". The ":hostname" is optional; if it is 696 * is "po:username:hostname". The ":hostname" is optional; if it is
697 * omitted, the MAILHOST environment variable will be consulted. Note 697 * omitted, the MAILHOST environment variable will be consulted. Note
698 * that by the time popmail() is called the "po:" has been stripped 698 * 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 f15a3fb23b6..07b45a800ee 100644
--- a/lib-src/pop.c
+++ b/lib-src/pop.c
@@ -1630,7 +1630,7 @@ pop_close (server)
1630 * Function: pop_trash 1630 * Function: pop_trash
1631 * 1631 *
1632 * Purpose: Like pop_close or pop_quit, but doesn't deallocate the 1632 * Purpose: Like pop_close or pop_quit, but doesn't deallocate the
1633 * memory associated with the server. It is legal to call 1633 * memory associated with the server. It is valid to call
1634 * pop_close or pop_quit after this function has been called. 1634 * pop_close or pop_quit after this function has been called.
1635 */ 1635 */
1636static void 1636static void