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, > This change is incorrect, and should be reverted. Our conventions are > to up-case the function keys specified as <KEY>, as in <RIGHT> and > <DOWN>. This follows what makeinfo produces for these keys in the > Info format. I follow what describe-function shows: --8<---------------cut here---------------start------------->8--- rotate-windows is an autoloaded interactive Lisp function in ‘window-x.el’. It is bound to C-x w o <right>. --8<---------------cut here---------------end--------------->8--- I follow what the Elisp manual shows, for example in (info "(elisp) Function Keys") or (info "(elisp) Changing Key Bindings"). I follow what is the practice in etc/NEWS *since ever*, except one entry in NEWS.27. Btw, a plain revert would be wrong anyway. I've fixed also the wrong keybindings for window-layout-flip-topdown and window-layout-flip-leftright ('C-x w f ...' instaed of 'C-x w r ...'). Best regards, Michael.