diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index 07d19dfc078..9f954e1aba9 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5900,12 +5900,19 @@ Use Custom to set this variable and update the display. */); | |||
| 5900 | text_conversion_style), | 5900 | text_conversion_style), |
| 5901 | Qnil, | 5901 | Qnil, |
| 5902 | doc: /* How the on screen keyboard's input method should insert in this buffer. | 5902 | doc: /* How the on screen keyboard's input method should insert in this buffer. |
| 5903 | |||
| 5903 | When nil, the input method will be disabled and an ordinary keyboard | 5904 | When nil, the input method will be disabled and an ordinary keyboard |
| 5904 | will be displayed in its place. | 5905 | will be displayed in its place. |
| 5906 | |||
| 5905 | When the symbol `action', the input method will insert text directly, but | 5907 | When the symbol `action', the input method will insert text directly, but |
| 5906 | will send `return' key events instead of inserting new line characters. | 5908 | will send `return' key events instead of inserting new line characters. |
| 5907 | Any other value means that the input method will insert text directly. | 5909 | Any other value means that the input method will insert text directly. |
| 5908 | 5910 | ||
| 5911 | When the symbol `password', an input method capable of ASCII input will | ||
| 5912 | be enabled, and will not save entered text where it will be retrieved | ||
| 5913 | for text suggestions or other features not suited to handling sensitive | ||
| 5914 | information, in addition to reporting `return' as when `action'. | ||
| 5915 | |||
| 5909 | If you need to make non-buffer local changes to this variable, use | 5916 | If you need to make non-buffer local changes to this variable, use |
| 5910 | `overriding-text-conversion-style', which see. | 5917 | `overriding-text-conversion-style', which see. |
| 5911 | 5918 | ||