diff options
| -rw-r--r-- | lispref/os.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/os.texi b/lispref/os.texi index 5c342df2a4d..9fde03b650c 100644 --- a/lispref/os.texi +++ b/lispref/os.texi | |||
| @@ -1697,7 +1697,7 @@ is the character Emacs currently uses for quitting, usually @kbd{C-g}. | |||
| 1697 | @subsection Recording Input | 1697 | @subsection Recording Input |
| 1698 | 1698 | ||
| 1699 | @defun recent-keys | 1699 | @defun recent-keys |
| 1700 | This function returns a vector containing the last 100 input events from | 1700 | This function returns a vector containing the last 300 input events from |
| 1701 | the keyboard or mouse. All input events are included, whether or not | 1701 | the keyboard or mouse. All input events are included, whether or not |
| 1702 | they were used as parts of key sequences. Thus, you always get the last | 1702 | they were used as parts of key sequences. Thus, you always get the last |
| 1703 | 100 input events, not counting events generated by keyboard macros. | 1703 | 100 input events, not counting events generated by keyboard macros. |