diff options
| author | Eli Zaretskii | 2024-03-26 14:24:16 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2024-03-26 14:24:16 +0200 |
| commit | 351d98535dc10f8338b8a418e331cc0af488087b (patch) | |
| tree | c998d926a72be2ec626efe3fc82d36f8d077cbe2 /doc | |
| parent | 8cc67dbcec0753c5579e63bf82bfe247debe222c (diff) | |
| download | emacs-351d98535dc10f8338b8a418e331cc0af488087b.tar.gz emacs-351d98535dc10f8338b8a418e331cc0af488087b.zip | |
; Fix recently-changed documentation
* src/buffer.c (syms_of_buffer) <text-conversion-style>:
* doc/lispref/commands.texi (Misc Events): Fix wording and
punctuation of the documentation.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/commands.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index 9ecdd23716c..4fe4969c0db 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi | |||
| @@ -2477,10 +2477,10 @@ be sent whenever the input method wants to insert a new line. | |||
| 2477 | 2477 | ||
| 2478 | @item password | 2478 | @item password |
| 2479 | This is largely identical to @code{action}, but also requests an input | 2479 | This is largely identical to @code{action}, but also requests an input |
| 2480 | method capable of inserting ASCII characters and instructs it not to | 2480 | method capable of inserting ASCII characters, and instructs it not to |
| 2481 | save input in locations from whence it might be subsequently retrieved | 2481 | save input in locations from which it might be subsequently retrieved |
| 2482 | by features of the input method unfit to handle sensitive information, | 2482 | by features of the input method that cannot handle sensitive |
| 2483 | such as text suggestions. | 2483 | information, such as text suggestions. |
| 2484 | 2484 | ||
| 2485 | @item t | 2485 | @item t |
| 2486 | This, or any other value, means that the input method will be enabled | 2486 | This, or any other value, means that the input method will be enabled |