diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-25 22:49:47 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-25 22:50:09 +0200 |
commit | 43ae8c828d853382bbc2a27b9e14b9fff6ba18b6 (patch) | |
tree | 1a96d0da61d5bf25e7b9f34f5ccba416a0285d1a /doc/emacs/custom.texi | |
parent | c92444b4ba3b134378fe3deb7c040bef6b9fab54 (diff) | |
download | emacs-43ae8c828d853382bbc2a27b9e14b9fff6ba18b6.tar.gz emacs-43ae8c828d853382bbc2a27b9e14b9fff6ba18b6.tar.bz2 emacs-43ae8c828d853382bbc2a27b9e14b9fff6ba18b6.zip |
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/emacs/custom.texi')
-rw-r--r-- | doc/emacs/custom.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index 3f65972fc66..d12033f8413 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -2009,7 +2009,7 @@ Other cursor repositioning keys. @itemx @code{insertline}, @code{deleteline}, @code{insertchar}, @code{deletechar} Miscellaneous function keys. -@item @code{F1}, @code{F2}, @dots{} @code{F35} +@item @code{f1}, @code{f2}, @dots{} @code{f35} Numbered function keys (across the top of the keyboard). @item @code{kp-add}, @code{kp-subtract}, @code{kp-multiply}, @code{kp-divide} |