diff options
| author | Xue Fuqiao | 2015-07-28 08:25:33 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2015-07-28 08:25:33 +0800 |
| commit | bb8ec488fc2d53ea0dd2a517b78d40457fb5368f (patch) | |
| tree | 7ccc4dfd94075fcebbeb88c4e5bf72e5b19e9321 | |
| parent | 2856b1dd6f0ff5164eb5a54ddfadb9963f9e9237 (diff) | |
| download | emacs-bb8ec488fc2d53ea0dd2a517b78d40457fb5368f.tar.gz emacs-bb8ec488fc2d53ea0dd2a517b78d40457fb5368f.zip | |
* doc/lispref/variables.texi (Variable Aliases): Typo fix. (Bug#21141)
| -rw-r--r-- | doc/emacs/frames.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/variables.texi | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index 0667826b013..2ae7300e897 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi | |||
| @@ -574,7 +574,7 @@ the following form: | |||
| 574 | @end example | 574 | @end example |
| 575 | 575 | ||
| 576 | @noindent | 576 | @noindent |
| 577 | Within this format, any of the elements in braces may be omitted. | 577 | Within this format, any of the elements in brackets may be omitted. |
| 578 | Here, @var{fontname} is the @dfn{family name} of the font, such as | 578 | Here, @var{fontname} is the @dfn{family name} of the font, such as |
| 579 | @samp{Monospace} or @samp{DejaVu Sans Mono}; @var{fontsize} is the | 579 | @samp{Monospace} or @samp{DejaVu Sans Mono}; @var{fontsize} is the |
| 580 | @dfn{point size} of the font (one @dfn{printer's point} is about 1/72 | 580 | @dfn{point size} of the font (one @dfn{printer's point} is about 1/72 |
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 27bc0610959..15491e52751 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi | |||
| @@ -1903,8 +1903,8 @@ the variable was first made obsolete (usually a version number | |||
| 1903 | string). | 1903 | string). |
| 1904 | 1904 | ||
| 1905 | The optional argument @var{access-type}, if non-@code{nil}, should | 1905 | The optional argument @var{access-type}, if non-@code{nil}, should |
| 1906 | should specify the kind of access that will trigger obsolescence | 1906 | specify the kind of access that will trigger obsolescence warnings; it |
| 1907 | warnings; it can be either @code{get} or @code{set}. | 1907 | can be either @code{get} or @code{set}. |
| 1908 | @end defun | 1908 | @end defun |
| 1909 | 1909 | ||
| 1910 | You can make two variables synonyms and declare one obsolete at the | 1910 | You can make two variables synonyms and declare one obsolete at the |