summaryrefslogtreecommitdiff
path: root/doc/lispref/commands.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2017-12-22 16:26:08 -0500
committerGlenn Morris <rgm@gnu.org>2017-12-22 16:26:08 -0500
commitcf36c821278414cad8584c690210577ad0a38e70 (patch)
treeca43137c9ae900275d53c00972b4dab35a9dbfa0 /doc/lispref/commands.texi
parentb07b56a3510748cfc47d2fbf97fb8e1f3070a16d (diff)
downloademacs-cf36c821278414cad8584c690210577ad0a38e70.tar.gz
Avoid some overfull lines in PDF lispref
* doc/lispref/commands.texi (Reading One Event): * doc/lispref/display.texi (SVG Images): * doc/lispref/frames.texi (Size Parameters): * doc/lispref/syntax.texi (Categories): * doc/lispref/windows.texi (Frame Layouts with Side Windows): Avoid overfull lines.
Diffstat (limited to 'doc/lispref/commands.texi')
-rw-r--r--doc/lispref/commands.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index 16b58d3d3c8..a958cfdcad2 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -2634,9 +2634,9 @@ The return value is the matching value from @var{choices}.
@lisp
(read-multiple-choice
"Continue connecting?"
- '((?a "always" "Accept this certificate this session and for all future sessions.")
- (?s "session only" "Accept this certificate this session only.")
- (?n "no" "Refuse to use this certificate, and close the connection.")))
+ '((?a "always" "Accept certificate for this and future sessions.")
+ (?s "session only" "Accept certificate this session only.")
+ (?n "no" "Refuse to use certificate, close connection.")))
@end lisp
The @code{read-multiple-choice-face} face is used to highlight the