Skip to content

Commit b29f350

Browse files
committed
Quit mentioning want-key-p-func in every function's documentation
1 parent fe6e5cb commit b29f350

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

term-keys.el

+17-17
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ additionally upcasing letter keys."
415415
416416
This function returns a list of urxvt (rxvt-unicode) command line
417417
arguments necessary to configure the terminal emulator to encode
418-
key sequences (as configured by `term-keys/want-key-p-func')."
418+
key sequences, according to the term-keys configuration."
419419
(apply #'nconc
420420
(term-keys/iterate-keys
421421
(lambda (index keymap mods)
@@ -435,7 +435,7 @@ key sequences (as configured by `term-keys/want-key-p-func')."
435435
436436
This function returns, as a string, a shell script which launches
437437
urxvt (rxvt-unicode) configured to encode term-keys key
438-
sequences (as configured by `term-keys/want-key-p-func').
438+
sequences, according to the term-keys configuration.
439439
440440
The returned string is suitable to be saved as-is in an
441441
executable file and used for launching urxvt."
@@ -451,7 +451,7 @@ executable file and used for launching urxvt."
451451
452452
This function returns, as a string, the .Xresources entries
453453
necessary to configure urxvt to encode term-keys key
454-
sequences (as configured by `term-keys/want-key-p-func').
454+
sequences, according to the term-keys configuration.
455455
456456
The returned string is suitable to be added as-is to an
457457
~/.Xresources file."
@@ -508,8 +508,8 @@ modifier state MODS."
508508
509509
This function returns, as a list of strings (one string per
510510
line), the xterm translation entries necessary to configure xterm
511-
to encode term-keys key sequences (as configured by
512-
`term-keys/want-key-p-func')."
511+
to encode term-keys key sequences, according to the term-keys
512+
configuration."
513513
(term-keys/iterate-keys
514514
(lambda (index keymap mods)
515515
(format "%-55s: %s"
@@ -528,8 +528,8 @@ to encode term-keys key sequences (as configured by
528528
"Construct xterm configuration in the form of .Xresources entries.
529529
530530
This function returns, as a string, the .Xresources entries
531-
necessary to configure xterm to encode term-keys key
532-
sequences (as configured by `term-keys/want-key-p-func').
531+
necessary to configure xterm to encode term-keys key sequences,
532+
according to the term-keys configuration.
533533
534534
The returned string is suitable to be added as-is to an
535535
~/.Xresources file."
@@ -544,7 +544,7 @@ The returned string is suitable to be added as-is to an
544544
545545
This function returns a list of xterm command line arguments
546546
necessary to configure the terminal emulator to encode key
547-
sequences (as configured by `term-keys/want-key-p-func')."
547+
sequences, according to the term-keys configuration."
548548
(list
549549
"-xrm"
550550
(mapconcat #'identity
@@ -558,8 +558,8 @@ sequences (as configured by `term-keys/want-key-p-func')."
558558
"Construct xterm configuration in the form of a shell script.
559559
560560
This function returns, as a string, a shell script which launches
561-
xterm configured to encode term-keys key sequences (as configured
562-
by `term-keys/want-key-p-func').
561+
xterm configured to encode term-keys key sequences, according to
562+
the term-keys configuration.
563563
564564
The returned string is suitable to be saved as-is in an
565565
executable file and used for launching xterm."
@@ -650,7 +650,7 @@ F1-F8 keys."
650650
651651
This function returns, as a string, a keymap which can be used to
652652
configure the Linux kernel's TTY emulator to encode term-keys key
653-
sequences (as configured by `term-keys/want-key-p-func').
653+
sequences, according to the term-keys configuration.
654654
655655
The returned string is suitable to be saved as-is in a .keymap
656656
file and loaded by the loadkeys program."
@@ -735,8 +735,8 @@ for this modifier."
735735
"Construct Konsole key binding configuration as .keytab file syntax.
736736
737737
This function returns, as a string, a Konsole keytab which can be
738-
used to configure Konsole to encode term-keys key sequences (as
739-
configured by `term-keys/want-key-p-func').
738+
used to configure Konsole to encode term-keys key sequences,
739+
according to the term-keys configuration.
740740
741741
The returned string is suitable to be pasted as-is to the end of
742742
an existing Konsole .keytab file."
@@ -860,8 +860,8 @@ Translate Emacs modifiers MODS to X11 modifiers (according to
860860
861861
This function returns, as a string, C code of Key entries of the
862862
config.h 'key' array, which can be used to configure st to encode
863-
term-keys key sequences (as configured by
864-
`term-keys/want-key-p-func').
863+
term-keys key sequences, according to the term-keys
864+
configuration.
865865
866866
The returned string is suitable to be pasted as-is into the 'key'
867867
array in the st config.h configuration file; however, this is
@@ -904,8 +904,8 @@ just one half of the necessary configuration (see
904904
905905
This function returns, as a string, C code of KeySym entries of
906906
the config.h 'mappedkeys' array, which can be used to configure
907-
st to encode term-keys key sequences (as configured by
908-
`term-keys/want-key-p-func').
907+
st to encode term-keys key sequences, according to the term-keys
908+
configuration.
909909
910910
The returned string is suitable to be pasted as-is into the
911911
'mappedkeys' array in the st config.h configuration file;

0 commit comments

Comments
 (0)