aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/frames.texi
diff options
context:
space:
mode:
authorPaul Eggert2015-04-10 11:27:21 -0700
committerPaul Eggert2015-04-10 11:28:52 -0700
commita2940cd43e7931d16d3a3ce2cf5d4acd148dd00c (patch)
treed0345ac3f2d34ee9e734a8824691c1dcadf287e5 /doc/lispref/frames.texi
parentca401f6fdc512f79d6015c1759a0e8e0c3de5c9a (diff)
downloademacs-a2940cd43e7931d16d3a3ce2cf5d4acd148dd00c.tar.gz
emacs-a2940cd43e7931d16d3a3ce2cf5d4acd148dd00c.zip
Minor quoting etc. fixes to lispref manual
* doc/lispref/tips.texi (Documentation Tips): Distinguish more clearly among grave accent, apostrophe, and single quote. * doc/lispref/README, doc/lispref/buffers.texi: * doc/lispref/commands.texi, doc/lispref/control.texi: * doc/lispref/customize.texi, doc/lispref/display.texi: * doc/lispref/elisp.texi, doc/lispref/files.texi: * doc/lispref/frames.texi, doc/lispref/hash.texi: * doc/lispref/help.texi, doc/lispref/internals.texi: * doc/lispref/loading.texi, doc/lispref/makefile.w32-in: * doc/lispref/markers.texi, doc/lispref/modes.texi: * doc/lispref/nonascii.texi, doc/lispref/objects.texi: * doc/lispref/os.texi, doc/lispref/positions.texi: * doc/lispref/strings.texi, doc/lispref/syntax.texi: * doc/lispref/text.texi, doc/lispref/tips.texi: * doc/lispref/two-volume-cross-refs.txt, doc/lispref/windows.texi: Use American-style double quoting in ordinary text, and quote 'like this' when single-quoting in ASCII text. Also, fix some minor spacing issues.
Diffstat (limited to 'doc/lispref/frames.texi')
-rw-r--r--doc/lispref/frames.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 85695c614c8..e19472e3ca3 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -2693,7 +2693,7 @@ This function returns @code{t} if the screen can display shades of gray.
2693This function returns non-@code{nil} if all the face attributes in 2693This function returns non-@code{nil} if all the face attributes in
2694@var{attributes} are supported (@pxref{Face Attributes}). 2694@var{attributes} are supported (@pxref{Face Attributes}).
2695 2695
2696The definition of `supported' is somewhat heuristic, but basically 2696The definition of ``supported'' is somewhat heuristic, but basically
2697means that a face containing all the attributes in @var{attributes}, 2697means that a face containing all the attributes in @var{attributes},
2698when merged with the default face for display, can be represented in a 2698when merged with the default face for display, can be represented in a
2699way that's 2699way that's
@@ -2703,14 +2703,14 @@ way that's
2703different in appearance than the default face, and 2703different in appearance than the default face, and
2704 2704
2705@item 2705@item
2706`close in spirit' to what the attributes specify, if not exact. 2706``close in spirit'' to what the attributes specify, if not exact.
2707@end enumerate 2707@end enumerate
2708 2708
2709Point (2) implies that a @code{:weight black} attribute will be 2709Point (2) implies that a @code{:weight black} attribute will be
2710satisfied by any display that can display bold, as will 2710satisfied by any display that can display bold, as will
2711@code{:foreground "yellow"} as long as some yellowish color can be 2711@code{:foreground "yellow"} as long as some yellowish color can be
2712displayed, but @code{:slant italic} will @emph{not} be satisfied by 2712displayed, but @code{:slant italic} will @emph{not} be satisfied by
2713the tty display code's automatic substitution of a `dim' face for 2713the tty display code's automatic substitution of a ``dim'' face for
2714italic. 2714italic.
2715@end defun 2715@end defun
2716 2716