diff options
| author | Paul Eggert | 2015-04-10 11:27:21 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-04-10 11:28:52 -0700 |
| commit | a2940cd43e7931d16d3a3ce2cf5d4acd148dd00c (patch) | |
| tree | d0345ac3f2d34ee9e734a8824691c1dcadf287e5 /doc/lispref/frames.texi | |
| parent | ca401f6fdc512f79d6015c1759a0e8e0c3de5c9a (diff) | |
| download | emacs-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.texi | 6 |
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. | |||
| 2693 | This function returns non-@code{nil} if all the face attributes in | 2693 | This 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 | ||
| 2696 | The definition of `supported' is somewhat heuristic, but basically | 2696 | The definition of ``supported'' is somewhat heuristic, but basically |
| 2697 | means that a face containing all the attributes in @var{attributes}, | 2697 | means that a face containing all the attributes in @var{attributes}, |
| 2698 | when merged with the default face for display, can be represented in a | 2698 | when merged with the default face for display, can be represented in a |
| 2699 | way that's | 2699 | way that's |
| @@ -2703,14 +2703,14 @@ way that's | |||
| 2703 | different in appearance than the default face, and | 2703 | different 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 | ||
| 2709 | Point (2) implies that a @code{:weight black} attribute will be | 2709 | Point (2) implies that a @code{:weight black} attribute will be |
| 2710 | satisfied by any display that can display bold, as will | 2710 | satisfied 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 |
| 2712 | displayed, but @code{:slant italic} will @emph{not} be satisfied by | 2712 | displayed, but @code{:slant italic} will @emph{not} be satisfied by |
| 2713 | the tty display code's automatic substitution of a `dim' face for | 2713 | the tty display code's automatic substitution of a ``dim'' face for |
| 2714 | italic. | 2714 | italic. |
| 2715 | @end defun | 2715 | @end defun |
| 2716 | 2716 | ||