diff options
| author | Richard M. Stallman | 2003-10-13 19:41:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-10-13 19:41:26 +0000 |
| commit | a4cf2096d77c7d2b3563777ce5f93da255ebd3f4 (patch) | |
| tree | e5e130866dc608ed0b910842bb628af3a56ca4ab /lib-src/emacsclient.c | |
| parent | f700588689b133ab2940670b09cf028759bcac9e (diff) | |
| download | emacs-a4cf2096d77c7d2b3563777ce5f93da255ebd3f4.tar.gz emacs-a4cf2096d77c7d2b3563777ce5f93da255ebd3f4.zip | |
Comment change.
Diffstat (limited to 'lib-src/emacsclient.c')
| -rw-r--r-- | lib-src/emacsclient.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index dbdde16db02..aafc531ac5b 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -169,9 +169,8 @@ Report bugs to bug-gnu-emacs@gnu.org.\n", progname); | |||
| 169 | exit (0); | 169 | exit (0); |
| 170 | } | 170 | } |
| 171 | 171 | ||
| 172 | /* Inserting a & | 172 | /* In NAME, insert a & before each &, each space, each newline, and |
| 173 | before each &, each space, each newline, and any initial -. | 173 | any initial -. Change spaces to underscores, too, so that the |
| 174 | Change spaces to underscores, too, so that the | ||
| 175 | return value never contains a space. */ | 174 | return value never contains a space. */ |
| 176 | 175 | ||
| 177 | void | 176 | void |