aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2024-03-26 14:24:16 +0200
committerEli Zaretskii2024-03-26 14:24:16 +0200
commit351d98535dc10f8338b8a418e331cc0af488087b (patch)
treec998d926a72be2ec626efe3fc82d36f8d077cbe2 /doc
parent8cc67dbcec0753c5579e63bf82bfe247debe222c (diff)
downloademacs-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.texi8
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
2479This is largely identical to @code{action}, but also requests an input 2479This is largely identical to @code{action}, but also requests an input
2480method capable of inserting ASCII characters and instructs it not to 2480method capable of inserting ASCII characters, and instructs it not to
2481save input in locations from whence it might be subsequently retrieved 2481save input in locations from which it might be subsequently retrieved
2482by features of the input method unfit to handle sensitive information, 2482by features of the input method that cannot handle sensitive
2483such as text suggestions. 2483information, such as text suggestions.
2484 2484
2485@item t 2485@item t
2486This, or any other value, means that the input method will be enabled 2486This, or any other value, means that the input method will be enabled