diff options
Diffstat (limited to 'lib-src')
| -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 |