summaryrefslogtreecommitdiff
path: root/doc/lispref/display.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/display.texi')
-rw-r--r--doc/lispref/display.texi16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 2ae2857afda..f3713bf15b0 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -386,7 +386,7 @@ results of @code{point-min} and @code{point-max} correspondingly.
Alternatively, you can set @var{min-value} and @var{max-value} to
@code{nil}. In that case, the progress reporter does not report
-process percentages; it instead displays a spinner that rotates a
+process percentages; it instead displays a ``spinner'' that rotates a
notch each time you update the progress reporter.
If @var{min-value} and @var{max-value} are numbers, you can give the
@@ -4644,7 +4644,7 @@ variables:
@defvar left-margin-width
This variable specifies the width of the left margin, in character
-cell (a.k.a.@: column) units. It is buffer-local in all buffers.
+cell (a.k.a.@: ``column'') units. It is buffer-local in all buffers.
A value of @code{nil} means no left marginal area.
@end defvar
@@ -5883,8 +5883,8 @@ in the search, instead of starting at the next button.
The Ewoc package constructs buffer text that represents a structure
of Lisp objects, and updates the text to follow changes in that
-structure. This is like the view component in the
-model--view--controller design paradigm. Ewoc means ``Emacs's
+structure. This is like the ``view'' component in the
+``model--view--controller'' design paradigm. Ewoc means ``Emacs's
Widget for Object Collections''.
An @dfn{ewoc} is a structure that organizes information required to
@@ -6164,7 +6164,7 @@ The buffer is in Color Components mode."
@cindex controller part, model/view/controller
This example can be extended to be a color selection widget (in
-other words, the controller part of the model--view--controller
+other words, the ``controller'' part of the ``model--view--controller''
design paradigm) by defining commands to modify @code{colorcomp-data}
and to finish the selection process, and a keymap to tie it all
together conveniently.
@@ -6822,9 +6822,9 @@ positions do not increase monotonically with string or buffer
position. In performing this @dfn{bidirectional reordering}, Emacs
follows the Unicode Bidirectional Algorithm (a.k.a.@: @acronym{UBA}),
which is described in Annex #9 of the Unicode standard
-(@url{http://www.unicode.org/reports/tr9/}). Emacs provides a Full
-Bidirectionality class implementation of the @acronym{UBA},
-consistent with the requirements of the Unicode Standard v7.0.
+(@url{http://www.unicode.org/reports/tr9/}). Emacs provides a ``Full
+Bidirectionality'' class implementation of the @acronym{UBA},
+consistent with the requirements of the Unicode Standard v8.0.
@defvar bidi-display-reordering
If the value of this buffer-local variable is non-@code{nil} (the