aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-12-24 16:00:44 -0800
committerGlenn Morris2014-12-24 16:00:44 -0800
commitb70977ce02432b1ded569215096402e2eee318a3 (patch)
tree47995e920b23cd6ffde2f7d0555242b01fdda109
parent73c050cce729cd873aa1d4cdc6834c1e78a429b1 (diff)
downloademacs-b70977ce02432b1ded569215096402e2eee318a3.tar.gz
emacs-b70977ce02432b1ded569215096402e2eee318a3.zip
Small doc markup fixes
* doc/lispref/control.texi (Pattern matching case statement): * doc/lispref/os.texi (Desktop Notifications): Markup fixes.
-rw-r--r--doc/lispref/ChangeLog2
-rw-r--r--doc/lispref/control.texi4
-rw-r--r--doc/lispref/os.texi2
3 files changed, 5 insertions, 3 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 9ab84afde40..83aaf6e8a3d 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,5 +1,7 @@
12014-12-24 Glenn Morris <rgm@gnu.org> 12014-12-24 Glenn Morris <rgm@gnu.org>
2 2
3 * control.texi (Pattern matching case statement):
4 * os.texi (Desktop Notifications):
3 * modes.texi (Defining Minor Modes, SMIE Lexer): Markup fixes. 5 * modes.texi (Defining Minor Modes, SMIE Lexer): Markup fixes.
4 6
52014-12-23 Eli Zaretskii <eliz@gnu.org> 72014-12-23 Eli Zaretskii <eliz@gnu.org>
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index 62c73dd583b..9511f682bc8 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -370,8 +370,8 @@ that location.
370More specifically, a Q-pattern can take the following forms: 370More specifically, a Q-pattern can take the following forms:
371@table @code 371@table @code
372@item (@var{qpattern1} . @var{qpattern2}) 372@item (@var{qpattern1} . @var{qpattern2})
373This pattern matches any cons cell whose @code{car} matches @var{QPATTERN1} and 373This pattern matches any cons cell whose @code{car} matches @var{qpattern1} and
374whose @code{cdr} matches @var{PATTERN2}. 374whose @code{cdr} matches @var{pattern2}.
375@item @var{atom} 375@item @var{atom}
376This pattern matches any atom @code{equal} to @var{atom}. 376This pattern matches any atom @code{equal} to @var{atom}.
377@item ,@var{upattern} 377@item ,@var{upattern}
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index 88aed7a8bf3..2188c958032 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -2527,7 +2527,7 @@ The server's version number.
2527The specification version the server is compliant with. 2527The specification version the server is compliant with.
2528@end table 2528@end table
2529 2529
2530If @var{SPEC_VERSION} is @code{nil}, the server supports a 2530If @var{spec_version} is @code{nil}, the server supports a
2531specification prior to @samp{"1.0"}. 2531specification prior to @samp{"1.0"}.
2532@end defun 2532@end defun
2533 2533