mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
(all): add ns-{control|command|alternate|function}-modifier', ns-antialias-text' and `ns-use-qd-smoothing'
This commit is contained in:
parent
e00553bf16
commit
bc9ebf4106
2 changed files with 33 additions and 0 deletions
|
|
@ -248,6 +248,33 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
|
|||
function))
|
||||
;; msdos.c
|
||||
(dos-unsupported-char-glyph display integer)
|
||||
;; nsterm.m
|
||||
(ns-control-modifier
|
||||
nextstep
|
||||
(choice (const :tag "No modifier" nil)
|
||||
(const control) (const meta)
|
||||
(const alt) (const hyper)
|
||||
(const super)) "23.1")
|
||||
(ns-command-modifier
|
||||
nextstep
|
||||
(choice (const :tag "No modifier" nil)
|
||||
(const control) (const meta)
|
||||
(const alt) (const hyper)
|
||||
(const super)) "23.1")
|
||||
(ns-alternate-modifier
|
||||
nextstep
|
||||
(choice (const :tag "No modifier (work as alternate/option)" none)
|
||||
(const control) (const meta)
|
||||
(const alt) (const hyper)
|
||||
(const super)) "23.1")
|
||||
(ns-function-modifier
|
||||
nextstep
|
||||
(choice (const :tag "No modifier (work as function)" none)
|
||||
(const control) (const meta)
|
||||
(const alt) (const hyper)
|
||||
(const super)) "23.1")
|
||||
(ns-antialias-text ns boolean "23.1")
|
||||
(ns-use-qd-smoothing ns boolean "23.1")
|
||||
;; process.c
|
||||
(delete-exited-processes processes-basics boolean)
|
||||
;; syntax.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue