Severity: minor Tags: patch Currently (info "(emacs) Keyboard Macro Ring") says: ‘C-x C-k C-n’ Rotate the keyboard macro ring to the next macro (defined earlier) (‘kmacro-cycle-ring-next’). ‘C-x C-k C-p’ Rotate the keyboard macro ring to the previous macro (defined later) (‘kmacro-cycle-ring-previous’). But AFAICT kmacro-cycle-ring-previous moves backward and kmacro-cycle-ring-next moves forward in time. Am I misunderstanding something? If not, is the following okay for emacs-30?