aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2024-03-16 15:18:07 +0800
committerPo Lu2024-03-16 15:18:07 +0800
commitdeebf74b0e178f841c8f504b002b139d13889344 (patch)
treeb30b18afa00720b5895243a4daa99cf3eef8cf54 /src
parent28e481bf7af873cdaf016e25855a8e0ebc424fe7 (diff)
downloademacs-deebf74b0e178f841c8f504b002b139d13889344.tar.gz
emacs-deebf74b0e178f841c8f504b002b139d13889344.zip
; * src/xterm.c (syms_of_xterm): Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/xterm.c b/src/xterm.c
index bebc30c9103..c30015ec8f0 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -32538,14 +32538,14 @@ Android does not support scroll bars at all. */);
32538 DEFVAR_LISP ("x-ctrl-keysym", Vx_ctrl_keysym, 32538 DEFVAR_LISP ("x-ctrl-keysym", Vx_ctrl_keysym,
32539 doc: /* Which modifer value Emacs reports when Ctrl is depressed. 32539 doc: /* Which modifer value Emacs reports when Ctrl is depressed.
32540This should be one of the symbols `ctrl', `alt', `hyper', `meta', or 32540This should be one of the symbols `ctrl', `alt', `hyper', `meta', or
32541`super', representing a modifier to be reported in key events with the 32541`super', representing a modifier to be reported for key events with the
32542Ctrl modifier (i.e. the keysym Ctrl_L or Ctrl_R) depressed. */); 32542Ctrl modifier (i.e. the keysym Ctrl_L or Ctrl_R) depressed. */);
32543 Vx_ctrl_keysym = Qnil; 32543 Vx_ctrl_keysym = Qnil;
32544 32544
32545 DEFVAR_LISP ("x-alt-keysym", Vx_alt_keysym, 32545 DEFVAR_LISP ("x-alt-keysym", Vx_alt_keysym,
32546 doc: /* Which modifer value Emacs reports when Alt is depressed. 32546 doc: /* Which modifer value Emacs reports when Alt is depressed.
32547This should be one of the symbols `ctrl', `alt', `hyper', `meta', or 32547This should be one of the symbols `ctrl', `alt', `hyper', `meta', or
32548`super', representing a modifier to be reported in key events with the 32548`super', representing a modifier to be reported for key events with the
32549Alt modifier (e.g. the keysym Alt_L or Alt_R, if the keyboard features a 32549Alt modifier (e.g. the keysym Alt_L or Alt_R, if the keyboard features a
32550dedicated key for Meta) depressed. */); 32550dedicated key for Meta) depressed. */);
32551 Vx_alt_keysym = Qnil; 32551 Vx_alt_keysym = Qnil;
@@ -32553,14 +32553,14 @@ dedicated key for Meta) depressed. */);
32553 DEFVAR_LISP ("x-hyper-keysym", Vx_hyper_keysym, 32553 DEFVAR_LISP ("x-hyper-keysym", Vx_hyper_keysym,
32554 doc: /* Which modifer value Emacs reports when Hyper is depressed. 32554 doc: /* Which modifer value Emacs reports when Hyper is depressed.
32555This should be one of the symbols `ctrl', `alt', `hyper', `meta', or 32555This should be one of the symbols `ctrl', `alt', `hyper', `meta', or
32556`super', representing a modifier to be reported in key events with the 32556`super', representing a modifier to be reported for key events with the
32557Hyper modifier (i.e. the keysym Hyper_L or Hyper_R) depressed. */); 32557Hyper modifier (i.e. the keysym Hyper_L or Hyper_R) depressed. */);
32558 Vx_hyper_keysym = Qnil; 32558 Vx_hyper_keysym = Qnil;
32559 32559
32560 DEFVAR_LISP ("x-meta-keysym", Vx_meta_keysym, 32560 DEFVAR_LISP ("x-meta-keysym", Vx_meta_keysym,
32561 doc: /* Which modifer value Emacs reports when Meta is depressed. 32561 doc: /* Which modifer value Emacs reports when Meta is depressed.
32562This should be one of the symbols `ctrl', `alt', `hyper', `meta', or 32562This should be one of the symbols `ctrl', `alt', `hyper', `meta', or
32563`super', representing a modifier to be reported in key events with the 32563`super', representing a modifier to be reported for key events with the
32564Meta modifier (e.g. the keysym Alt_L or Alt_R, when the keyboard does 32564Meta modifier (e.g. the keysym Alt_L or Alt_R, when the keyboard does
32565not feature a dedicated key for Meta) depressed. */); 32565not feature a dedicated key for Meta) depressed. */);
32566 Vx_meta_keysym = Qnil; 32566 Vx_meta_keysym = Qnil;
@@ -32568,7 +32568,7 @@ not feature a dedicated key for Meta) depressed. */);
32568 DEFVAR_LISP ("x-super-keysym", Vx_super_keysym, 32568 DEFVAR_LISP ("x-super-keysym", Vx_super_keysym,
32569 doc: /* Which modifer value Emacs reports when Super is depressed. 32569 doc: /* Which modifer value Emacs reports when Super is depressed.
32570This should be one of the symbols `ctrl', `alt', `hyper', `meta', or 32570This should be one of the symbols `ctrl', `alt', `hyper', `meta', or
32571`super', representing a modifier to be reported in key events with the 32571`super', representing a modifier to be reported for key events with the
32572Super modifier (i.e. the keysym Super_L or Super_R) depressed. */); 32572Super modifier (i.e. the keysym Super_L or Super_R) depressed. */);
32573 Vx_super_keysym = Qnil; 32573 Vx_super_keysym = Qnil;
32574 32574