summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-03-12 22:49:18 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-03-12 22:49:18 +0100
commit258996a9a66759cd9e6580e28a6338963bd999f2 (patch)
tree53651bbed18943498f849812d9dc2c377b8d4c5e
parent0de818964d0fa7dca8ae42b8e93ab91d365ee683 (diff)
downloadorg-mode-258996a9a66759cd9e6580e28a6338963bd999f2.tar.gz
manual: Fix capitalization of keys
-rw-r--r--contrib/manual.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/manual.org b/contrib/manual.org
index d9175d0..be58d90 100644
--- a/contrib/manual.org
+++ b/contrib/manual.org
@@ -20736,7 +20736,7 @@ modify this GNU manual."
# The "kbd" macro turns KBD into @kbd{KBD}. Additionnally, it
# encloses case-sensitive special keys (SPC, RET...) within @key{...}.
-#+macro: kbd (eval (let ((case-fold-search nil) (regexp (regexp-opt '("SPC" "RET" "LFD" "TAB" "BS" "ESC" "DELETE" "SHIFT" "CTRL" "META" "UP" "LEFT" "RIGHT" "DOWN") 'words))) (format "@@texinfo:@kbd{@@%s@@texinfo:}@@" (replace-regexp-in-string regexp "@@texinfo:@key{@@\\&@@texinfo:}@@" $1 t))))
+#+macro: kbd (eval (let ((case-fold-search nil) (regexp (regexp-opt '("SPC" "RET" "LFD" "TAB" "BS" "ESC" "DELETE" "SHIFT" "Ctrl" "Meta" "Alt" "Cmd" "Super" "UP" "LEFT" "RIGHT" "DOWN") 'words))) (format "@@texinfo:@kbd{@@%s@@texinfo:}@@" (replace-regexp-in-string regexp "@@texinfo:@key{@@\\&@@texinfo:}@@" $1 t))))
* Footnotes