Mercurial > emacs
changeset 14592:0f4d4f599de2
(syms_of_keyboard): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sat, 17 Feb 1996 02:40:39 +0000 |
parents | 6002d6e3aea3 |
children | 52c43dd2a83b |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Sat Feb 17 02:32:31 1996 +0000 +++ b/src/keyboard.c Sat Feb 17 02:40:39 1996 +0000 @@ -7796,7 +7796,7 @@ Vpost_command_idle_hook = Qnil; DEFVAR_INT ("post-command-idle-delay", &post_command_idle_delay, - "Delay time before running `post-command-idle-delay'.\n\ + "Delay time before running `post-command-idle-hook'.\n\ This is measured in microseconds."); post_command_idle_delay = 100000;