diff options
| author | Karl Heuer | 1996-01-05 10:03:17 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-01-05 10:03:17 +0000 |
| commit | 8e6208c5d2c91d70f2338d1c3d788e194c6c9d52 (patch) | |
| tree | 8f5bfe00dcb80384d562fad62d2166df9b06bec0 /lib-src | |
| parent | 34035df32674d5a6a4eb4112dfa5ea69b4dec64f (diff) | |
| download | emacs-8e6208c5d2c91d70f2338d1c3d788e194c6c9d52.tar.gz emacs-8e6208c5d2c91d70f2338d1c3d788e194c6c9d52.zip | |
Comment fixes.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/emacstool.c | 4 | ||||
| -rw-r--r-- | lib-src/movemail.c | 2 | ||||
| -rw-r--r-- | lib-src/pop.c | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lib-src/emacstool.c b/lib-src/emacstool.c index 2e946e224c2..120bb3eaaea 100644 --- a/lib-src/emacstool.c +++ b/lib-src/emacstool.c | |||
| @@ -150,7 +150,7 @@ button_value (event) | |||
| 150 | * Variables to store the time of the previous mouse event that was | 150 | * Variables to store the time of the previous mouse event that was |
| 151 | * sent to emacs. | 151 | * sent to emacs. |
| 152 | * | 152 | * |
| 153 | * The theory is that to time double clicks while ignoreing UP buttons, | 153 | * The theory is that to time double clicks while ignoring UP buttons, |
| 154 | * we must keep track of the accumulated time. | 154 | * we must keep track of the accumulated time. |
| 155 | * | 155 | * |
| 156 | * If someone writes a SUN-SET-INPUT-MASK for emacstool, | 156 | * If someone writes a SUN-SET-INPUT-MASK for emacstool, |
| @@ -376,7 +376,7 @@ int interpose_on_window(argc,argv) | |||
| 376 | char **argv; | 376 | char **argv; |
| 377 | { | 377 | { |
| 378 | #ifndef TTERM | 378 | #ifndef TTERM |
| 379 | int i, font_width_adjust = 1; /* hackery, and hueristics */ | 379 | int i, font_width_adjust = 1; /* hackery, and heuristics */ |
| 380 | /* if -Wt is not supplied, then font comes out as lucida-14 (width=8) | 380 | /* if -Wt is not supplied, then font comes out as lucida-14 (width=8) |
| 381 | * rather than the screen.r.12 (width=7) typically used | 381 | * rather than the screen.r.12 (width=7) typically used |
| 382 | * this hack attempts to workaround it. | 382 | * this hack attempts to workaround it. |
diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 0cbd426478e..0286b65af65 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c | |||
| @@ -167,7 +167,7 @@ main (argc, argv) | |||
| 167 | if (access (outname, F_OK) == 0 && access (outname, W_OK) != 0) | 167 | if (access (outname, F_OK) == 0 && access (outname, W_OK) != 0) |
| 168 | pfatal_with_name (outname); | 168 | pfatal_with_name (outname); |
| 169 | 169 | ||
| 170 | /* Also check that outname's directory is writeable to the real uid. */ | 170 | /* Also check that outname's directory is writable to the real uid. */ |
| 171 | { | 171 | { |
| 172 | char *buf = (char *) xmalloc (strlen (outname) + 1); | 172 | char *buf = (char *) xmalloc (strlen (outname) + 1); |
| 173 | char *p; | 173 | char *p; |
diff --git a/lib-src/pop.c b/lib-src/pop.c index 125df24f130..9ae0bf3b0c0 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c | |||
| @@ -906,7 +906,7 @@ pop_reset (server) | |||
| 906 | * Return value: 0 for success, non-zero otherwise with error in | 906 | * Return value: 0 for success, non-zero otherwise with error in |
| 907 | * pop_error. | 907 | * pop_error. |
| 908 | * | 908 | * |
| 909 | * Side Effects: The popserver passed in is unuseable after this | 909 | * Side Effects: The popserver passed in is unusable after this |
| 910 | * function is called, even if an error occurs. | 910 | * function is called, even if an error occurs. |
| 911 | */ | 911 | */ |
| 912 | int | 912 | int |
| @@ -1368,7 +1368,7 @@ fullwrite (fd, buf, nbytes) | |||
| 1368 | * | 1368 | * |
| 1369 | * Returns: 0 for success, else for failure and puts error in pop_error. | 1369 | * Returns: 0 for success, else for failure and puts error in pop_error. |
| 1370 | * | 1370 | * |
| 1371 | * Side effects: On failure, may make the connection unuseable. | 1371 | * Side effects: On failure, may make the connection unusable. |
| 1372 | */ | 1372 | */ |
| 1373 | static int | 1373 | static int |
| 1374 | getok (server) | 1374 | getok (server) |
| @@ -1439,7 +1439,7 @@ gettermination (server) | |||
| 1439 | * try to get the server to quit, but ignoring any responses that | 1439 | * try to get the server to quit, but ignoring any responses that |
| 1440 | * are received. | 1440 | * are received. |
| 1441 | * | 1441 | * |
| 1442 | * Side effects: The server is unuseable after this function returns. | 1442 | * Side effects: The server is unusable after this function returns. |
| 1443 | * Changes made to the maildrop since the session was started (or | 1443 | * Changes made to the maildrop since the session was started (or |
| 1444 | * since the last pop_reset) may be lost. | 1444 | * since the last pop_reset) may be lost. |
| 1445 | */ | 1445 | */ |