emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 b07b56a 2/3: Avoid some overfull lines in PDF man


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 b07b56a 2/3: Avoid some overfull lines in PDF manual
Date: Fri, 22 Dec 2017 16:26:18 -0500 (EST)

branch: emacs-26
commit b07b56a3510748cfc47d2fbf97fb8e1f3070a16d
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    Avoid some overfull lines in PDF manual
    
    * doc/emacs/display.texi (Display Custom):
    * doc/emacs/search.texi (Other Repeating Search):
    * doc/emacs/text.texi (Quotation Marks): Avoid overfull lines.
---
 doc/emacs/cal-xtra.texi | 1 +
 doc/emacs/display.texi  | 4 ++--
 doc/emacs/search.texi   | 3 ++-
 doc/emacs/text.texi     | 7 ++++---
 4 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/doc/emacs/cal-xtra.texi b/doc/emacs/cal-xtra.texi
index da4e9a0..6b8be48 100644
--- a/doc/emacs/cal-xtra.texi
+++ b/doc/emacs/cal-xtra.texi
@@ -495,6 +495,7 @@ must absolutely not match more than a portion of the first 
word of the
 diary entry.  For example, the default value of
 @code{diary-european-date-forms} is:
 
address@hidden backup line is a fraction too wide in PDF, but it looks ok.
 @example
 ((day "/" month "[^/0-9]")
  (day "/" month "/" year "[^0-9]")
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi
index 5860bac..28f6dae 100644
--- a/doc/emacs/display.texi
+++ b/doc/emacs/display.texi
@@ -1763,8 +1763,8 @@ Any other address@hidden value is treated as @code{t}.
 @findex display-line-numbers-mode
 @findex global-display-line-numbers-mode
 @vindex display-line-numbers-type
-A convenient way of turning on display of line numbers is @address@hidden
-display-line-numbers-mode @key{RET}}}.  This mode has a globalized
+The command @kbd{M-x display-line-numbers-mode} provides a
+convenient way to turn on display of line numbers.  This mode has a globalized
 variant, @code{global-display-line-numbers-mode}.  The user option
 @code{display-line-numbers-type} controls which sub-mode of
 line-number display, described above, will these modes activate.
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi
index c485368..d4b2478 100644
--- a/doc/emacs/search.texi
+++ b/doc/emacs/search.texi
@@ -1735,7 +1735,8 @@ a multi-file incremental search is activated 
automatically.
 @cindex match (face name)
 @vindex list-matching-lines-default-context-lines
 @vindex list-matching-lines-jump-to-current-line
address@hidden list-matching-lines-current-line-face (face name)
address@hidden Too long.
address@hidden @cindex list-matching-lines-current-line-face (face name)
 @kindex M-s o
 @findex occur
 @item M-x occur
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi
index 2f6ebed..67c279a 100644
--- a/doc/emacs/text.texi
+++ b/doc/emacs/text.texi
@@ -443,9 +443,10 @@ address@hidden, and in programming-language strings if
 @code{nil} for @code{electric-quote-string} and @code{t} for the other
 variables.
 
-  Electric Quote mode is disabled by default.  To toggle it, type
address@hidden electric-quote-mode}.  To toggle it in a single buffer, use
address@hidden electric-quote-local-mode}.  To suppress it for a single use,
+  Electric Quote mode is disabled by default.  To toggle it in a
+single buffer, use @kbd{M-x electric-quote-local-mode}.
+To toggle it globally, type
address@hidden electric-quote-mode}.  To suppress it for a single use,
 type @kbd{C-q `} or @kbd{C-q '} instead of @kbd{`} or @kbd{'}.  To
 insert a curved quote even when Electric Quote is disabled or
 inactive, you can type @kbd{C-x 8 [} for @t{‘}, @kbd{C-x 8 ]} for



reply via email to

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