aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorMiles Bader2005-06-06 02:39:45 +0000
committerMiles Bader2005-06-06 02:39:45 +0000
commitfdffd346262841cb194225ea0acd8059c57ec2d4 (patch)
treed8b3699131f7d1b94bc46c7d8be62af6b8b5ebfe /src/keyboard.c
parenta5c508fe3a3f456c987283156315d0384d38fe9e (diff)
parenta9b4333620eb259e974445066a8e64cee0c21d69 (diff)
downloademacs-fdffd346262841cb194225ea0acd8059c57ec2d4.tar.gz
emacs-fdffd346262841cb194225ea0acd8059c57ec2d4.zip
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57
Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 324-352) - Merge from gnus--rel--5.10 - Update from CVS - etc/emacs-buffer.gdb: Remove RCS keywords * gnus--rel--5.10 (patch 70-79) - Update from CVS - Merge from emacs--cvs-trunk--0
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c6
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.
1021To get out of the recursive edit, a command can do `(throw 'exit nil)'; 1021To get out of the recursive edit, a command can do `(throw 'exit nil)';
1022that tells this function to return. 1022that tells this function to return.
1023Alternately, `(throw 'exit t)' makes this function signal an error. 1023Alternatively, `(throw 'exit t)' makes this function signal an error.
1024This function is called by the editor initialization to begin editing. */) 1024This 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
10546DEFUN ("posn-at-x-y", Fposn_at_x_y, Sposn_at_x_y, 2, 4, 0, 10546DEFUN ("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.
10548By default, X and Y are relative to text area of the selected window. 10548By default, X and Y are relative to text area of the selected window.
10549Optional third arg FRAME_OR_WINDOW non-nil specifies frame or window. 10549Optional third arg FRAME-OR-WINDOW non-nil specifies frame or window.
10550If optional fourth arg WHOLE is non-nil, X is relative to the left 10550If optional fourth arg WHOLE is non-nil, X is relative to the left
10551edge of the window. 10551edge 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);