diff options
| author | Richard M. Stallman | 1993-11-12 21:16:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-12 21:16:38 +0000 |
| commit | ede41463ee207abd4a2088fdcf1276567680f7af (patch) | |
| tree | 779e525896490f7e02f3d77f852331e7bb42dd3d /src | |
| parent | d48e616effc0db000a3c3cf7f85fcdafe61534dd (diff) | |
| download | emacs-ede41463ee207abd4a2088fdcf1276567680f7af.tar.gz emacs-ede41463ee207abd4a2088fdcf1276567680f7af.zip | |
(Fread_key_sequence): Split the doc string with "".
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 6f950839533..0f12c5b03ac 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -4444,7 +4444,7 @@ and `quit-flag' is not set.\n\ | |||
| 4444 | If the key sequence starts with a mouse click, then the sequence is read\n\ | 4444 | If the key sequence starts with a mouse click, then the sequence is read\n\ |
| 4445 | using the keymaps of the buffer of the window clicked in, not the buffer\n\ | 4445 | using the keymaps of the buffer of the window clicked in, not the buffer\n\ |
| 4446 | of the selected window as normal.\n\ | 4446 | of the selected window as normal.\n\ |
| 4447 | \n\ | 4447 | ""\n\ |
| 4448 | `read-key-sequence' drops unbound button-down events, since you normally\n\ | 4448 | `read-key-sequence' drops unbound button-down events, since you normally\n\ |
| 4449 | only care about the click or drag events which follow them. If a drag\n\ | 4449 | only care about the click or drag events which follow them. If a drag\n\ |
| 4450 | or multi-click event is unbound, but the corresponding click event would\n\ | 4450 | or multi-click event is unbound, but the corresponding click event would\n\ |