emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 7e7f2ea: * src/keyboard.c (syms_of_keyboard): Doc


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 7e7f2ea: * src/keyboard.c (syms_of_keyboard): Doc fix. (Bug#30588)
Date: Sat, 24 Feb 2018 04:30:13 -0500 (EST)

branch: emacs-26
commit 7e7f2ea644388d6d06a4ab6690344f7f7c128141
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * src/keyboard.c (syms_of_keyboard): Doc fix.  (Bug#30588)
---
 src/keyboard.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/keyboard.c b/src/keyboard.c
index 16744ac..e62dd0e 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -11743,8 +11743,9 @@ immediately after running `post-command-hook'.  */);
 
   DEFVAR_LISP ("input-method-function", Vinput_method_function,
               doc: /* If non-nil, the function that implements the current 
input method.
-It's called with one argument, a printing character that was just read.
-\(That means a character with code 040...0176.)
+It's called with one argument, which must be a single-byte
+character that was just read.  Any single-byte character is
+acceptable, except the DEL character, codepoint 127 decimal, 177 octal.
 Typically this function uses `read-event' to read additional events.
 When it does so, it should first bind `input-method-function' to nil
 so it will not be called recursively.



reply via email to

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