]> code.delx.au - gnu-emacs/commitdiff
Small doc markup fixes
authorGlenn Morris <rgm@gnu.org>
Thu, 25 Dec 2014 00:00:44 +0000 (16:00 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 25 Dec 2014 00:00:44 +0000 (16:00 -0800)
* doc/lispref/control.texi (Pattern matching case statement):
* doc/lispref/os.texi (Desktop Notifications): Markup fixes.

doc/lispref/ChangeLog
doc/lispref/control.texi
doc/lispref/os.texi

index 9ab84afde40ed17cc0f828b58f49bd77700e4467..83aaf6e8a3dbcab1bdb1d4c3679657d928f36094 100644 (file)
@@ -1,5 +1,7 @@
 2014-12-24  Glenn Morris  <rgm@gnu.org>
 
+       * control.texi (Pattern matching case statement):
+       * os.texi (Desktop Notifications):
        * modes.texi (Defining Minor Modes, SMIE Lexer): Markup fixes.
 
 2014-12-23  Eli Zaretskii  <eliz@gnu.org>
index 62c73dd583baf808f1ac90538c1d8aec154c6ed1..9511f682bc81adeba22d5eca6c75462f0ce17b5c 100644 (file)
@@ -370,8 +370,8 @@ that location.
 More specifically, a Q-pattern can take the following forms:
 @table @code
 @item (@var{qpattern1} . @var{qpattern2})
-This pattern matches any cons cell whose @code{car} matches @var{QPATTERN1} and
-whose @code{cdr} matches @var{PATTERN2}.
+This pattern matches any cons cell whose @code{car} matches @var{qpattern1} and
+whose @code{cdr} matches @var{pattern2}.
 @item @var{atom}
 This pattern matches any atom @code{equal} to @var{atom}.
 @item ,@var{upattern}
index 88aed7a8bf3d56da34e7f3588e9da098bea7e8fc..2188c958032ca5b07a4028356e225a21c66ab1b0 100644 (file)
@@ -2527,7 +2527,7 @@ The server's version number.
 The specification version the server is compliant with.
 @end table
 
-If @var{SPEC_VERSION} is @code{nil}, the server supports a
+If @var{spec_version} is @code{nil}, the server supports a
 specification prior to @samp{"1.0"}.
 @end defun