Re: emacs-31 0818bb3eb38: ; * etc/NEWS: Presentational fixes and improvements.
Michael Albinus <[email protected]>
| Newsgroups | gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
Eli Zaretskii <[email protected]> writes: Hi Eli, >> > Of course you can do this, you're the maintainer. But pls, add a >> > respective rule to admin/notes/documentation first, otherwise I have >> > good chances to forget. >> >> Will do. > > Now done. Thanks. I'll apply the appended patch to admin/notes/documentation, is this OK? The list of keys with a special shorthand syntax is from (info "(elisp) Changing Key Bindings"). Best regards, Michael.
(unnamed)
(text/x-patch, 616 B)
diff --git a/admin/notes/documentation b/admin/notes/documentation index f6fa321b217..cb69269693c 100644 --- a/admin/notes/documentation +++ b/admin/notes/documentation @@ -145,6 +145,10 @@ This results in clickable Lisp symbols when the NEWS file is visited via follow this rule, like 'TAB' or ':type'. Exception: the symbols t and nil are not quoted. +Key names are embedded in angle brackets like '<LEFT>', except keys that +have a special shorthand syntax: 'NUL', 'RET', 'TAB', 'LFD', 'ESC', +'SPC' and 'DEL'. + Arguments of a function are written in capital letters LIKE-THIS, and they are not quoted.