[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs-24 b70977c: Small doc markup fixes
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] emacs-24 b70977c: Small doc markup fixes |
Date: |
Thu, 25 Dec 2014 00:00:51 +0000 |
branch: emacs-24
commit b70977ce02432b1ded569215096402e2eee318a3
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>
Small doc markup fixes
* doc/lispref/control.texi (Pattern matching case statement):
* doc/lispref/os.texi (Desktop Notifications): Markup fixes.
---
doc/lispref/ChangeLog | 2 ++
doc/lispref/control.texi | 4 ++--
doc/lispref/os.texi | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 9ab84af..83aaf6e 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,5 +1,7 @@
2014-12-24 Glenn Morris <address@hidden>
+ * control.texi (Pattern matching case statement):
+ * os.texi (Desktop Notifications):
* modes.texi (Defining Minor Modes, SMIE Lexer): Markup fixes.
2014-12-23 Eli Zaretskii <address@hidden>
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index 62c73dd..9511f68 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -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}
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index 88aed7a..2188c95 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs-24 b70977c: Small doc markup fixes,
Glenn Morris <=