diff options
Diffstat (limited to 'src/keyboard.c')
| -rw-r--r-- | src/keyboard.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 0e7fb1c2719..31c0b5d709c 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -1020,7 +1020,7 @@ DEFUN ("recursive-edit", Frecursive_edit, Srecursive_edit, 0, 0, "", | |||
| 1020 | doc: /* Invoke the editor command loop recursively. | 1020 | doc: /* Invoke the editor command loop recursively. |
| 1021 | To get out of the recursive edit, a command can do `(throw 'exit nil)'; | 1021 | To get out of the recursive edit, a command can do `(throw 'exit nil)'; |
| 1022 | that tells this function to return. | 1022 | that tells this function to return. |
| 1023 | Alternately, `(throw 'exit t)' makes this function signal an error. | 1023 | Alternatively, `(throw 'exit t)' makes this function signal an error. |
| 1024 | This function is called by the editor initialization to begin editing. */) | 1024 | This function is called by the editor initialization to begin editing. */) |
| 1025 | () | 1025 | () |
| 1026 | { | 1026 | { |
| @@ -10546,7 +10546,7 @@ The elements of this list correspond to the arguments of | |||
| 10546 | DEFUN ("posn-at-x-y", Fposn_at_x_y, Sposn_at_x_y, 2, 4, 0, | 10546 | DEFUN ("posn-at-x-y", Fposn_at_x_y, Sposn_at_x_y, 2, 4, 0, |
| 10547 | doc: /* Return position information for pixel coordinates X and Y. | 10547 | doc: /* Return position information for pixel coordinates X and Y. |
| 10548 | By default, X and Y are relative to text area of the selected window. | 10548 | By default, X and Y are relative to text area of the selected window. |
| 10549 | Optional third arg FRAME_OR_WINDOW non-nil specifies frame or window. | 10549 | Optional third arg FRAME-OR-WINDOW non-nil specifies frame or window. |
| 10550 | If optional fourth arg WHOLE is non-nil, X is relative to the left | 10550 | If optional fourth arg WHOLE is non-nil, X is relative to the left |
| 10551 | edge of the window. | 10551 | edge of the window. |
| 10552 | 10552 | ||
| @@ -10846,7 +10846,7 @@ syms_of_keyboard () | |||
| 10846 | staticpro (&Qdrag_n_drop); | 10846 | staticpro (&Qdrag_n_drop); |
| 10847 | 10847 | ||
| 10848 | Qsave_session = intern ("save-session"); | 10848 | Qsave_session = intern ("save-session"); |
| 10849 | staticpro(&Qsave_session); | 10849 | staticpro (&Qsave_session); |
| 10850 | 10850 | ||
| 10851 | Qusr1_signal = intern ("usr1-signal"); | 10851 | Qusr1_signal = intern ("usr1-signal"); |
| 10852 | staticpro (&Qusr1_signal); | 10852 | staticpro (&Qusr1_signal); |