diff options
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); exit (0); } -/* Inserting a & - before each &, each space, each newline, and any initial -. - Change spaces to underscores, too, so that the +/* In NAME, insert a & before each &, each space, each newline, and + any initial -. Change spaces to underscores, too, so that the return value never contains a space. */ void |
