emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master d04b0ae: Clarify docstring of last-command-event.


From: Noam Postavsky
Subject: [Emacs-diffs] master d04b0ae: Clarify docstring of last-command-event.
Date: Fri, 26 Jul 2019 17:42:18 -0400 (EDT)

branch: master
commit d04b0ae7b1c8edbf452bd40f5e50f8e750a66e06
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    Clarify docstring of last-command-event.
    
    * src/keyboard.c (syms_of_keyboard) <last-command-event>: Reword docstring.
---
 src/keyboard.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/keyboard.c b/src/keyboard.c
index f1815fd..db5ca4e 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -11324,7 +11324,7 @@ syms_of_keyboard (void)
   defsubr (&Sposn_at_x_y);
 
   DEFVAR_LISP ("last-command-event", last_command_event,
-                    doc: /* Last input event that was part of a command key 
sequence.
+                    doc: /* Last input event of a key sequence that called a 
command.
 See Info node `(elisp)Command Loop Info'.*/);
 
   DEFVAR_LISP ("last-nonmenu-event", last_nonmenu_event,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]