]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/variables.texi (Variable Aliases): Typo fix. (Bug#21141)
authorXue Fuqiao <xfq.free@gmail.com>
Tue, 28 Jul 2015 00:25:33 +0000 (08:25 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Tue, 28 Jul 2015 00:25:33 +0000 (08:25 +0800)
doc/emacs/frames.texi
doc/lispref/variables.texi

index 0667826b0139cfb0472c54a1d915a35fec79e21e..2ae7300e897e6e1e0ee6a3af2742d77ee5245283 100644 (file)
@@ -574,7 +574,7 @@ the following form:
 @end example
 
 @noindent
-Within this format, any of the elements in braces may be omitted.
+Within this format, any of the elements in brackets may be omitted.
 Here, @var{fontname} is the @dfn{family name} of the font, such as
 @samp{Monospace} or @samp{DejaVu Sans Mono}; @var{fontsize} is the
 @dfn{point size} of the font (one @dfn{printer's point} is about 1/72
index 27bc06109597ddc8c37abe7309c70bec4ece92a2..15491e52751104dc4f61cb8d64c321e0d8b5a9f3 100644 (file)
@@ -1903,8 +1903,8 @@ the variable was first made obsolete (usually a version number
 string).
 
 The optional argument @var{access-type}, if non-@code{nil}, should
-should specify the kind of access that will trigger obsolescence
-warnings; it can be either @code{get} or @code{set}.
+specify the kind of access that will trigger obsolescence warnings; it
+can be either @code{get} or @code{set}.
 @end defun
 
   You can make two variables synonyms and declare one obsolete at the