summaryrefslogtreecommitdiff
path: root/doc/misc/edt.texi
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-09-25 22:49:47 +0200
committerStefan Kangas <stefan@marxist.se>2021-09-25 22:50:09 +0200
commit43ae8c828d853382bbc2a27b9e14b9fff6ba18b6 (patch)
tree1a96d0da61d5bf25e7b9f34f5ccba416a0285d1a /doc/misc/edt.texi
parentc92444b4ba3b134378fe3deb7c040bef6b9fab54 (diff)
downloademacs-43ae8c828d853382bbc2a27b9e14b9fff6ba18b6.tar.gz
Revert "; Fix capitalization of F1..F12 keys in docs"
This reverts commit fe5b20410f68546821e6c87577d7f826167491dc. This change was not correct; these are Lisp symbols that should be in lower-case. Problem reported by Mattias EngdegÄrd <mattiase@acm.org>.
Diffstat (limited to 'doc/misc/edt.texi')
-rw-r--r--doc/misc/edt.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/edt.texi b/doc/misc/edt.texi
index b3206d01155..b4dabdb938d 100644
--- a/doc/misc/edt.texi
+++ b/doc/misc/edt.texi
@@ -524,7 +524,7 @@ So, after executing @samp{xmodmap .xmodmaprc}, a press of the physical
@key{F12} key looks like a Num_Lock keypress to X@. Also, a press of the
physical @key{NumLock} key looks like a press of the @key{F12} key to X.
-Now, @file{edt-mapper.el} will see @samp{F12} when the physical
+Now, @file{edt-mapper.el} will see @samp{f12} when the physical
@key{NumLock} key is pressed, allowing the @key{NumLock} key to be used
as the EDT @key{PF1} (@key{GOLD}) key.