summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-04-26 11:05:02 +0000
committerRichard M. Stallman <rms@gnu.org>2005-04-26 11:05:02 +0000
commit68a94f5aaaeaf94f29ddcd08e9fb6c5fb7d29747 (patch)
tree2df0e786563af51f5075064b7c5f853a5ed33e8c /lispref
parent881e0a3cf42108e244ccb24a99ba81d6dab07352 (diff)
downloademacs-68a94f5aaaeaf94f29ddcd08e9fb6c5fb7d29747.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref')
-rw-r--r--lispref/ChangeLog13
-rw-r--r--lispref/variables.texi2
2 files changed, 14 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index db3dc76acb8..1eb87fe43d5 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,16 @@
+2005-04-26 Richard M. Stallman <rms@gnu.org>
+
+ * display.texi (Defining Faces):
+ Document `default' elements of defface spec.
+
+ * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
+
+ * variables.texi (Variable Aliases): Clarify text.
+
+2005-04-25 Chong Yidong <cyd@stupidchicken.com>
+
+ * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
+
2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
* hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
diff --git a/lispref/variables.texi b/lispref/variables.texi
index 43f590503ec..7320a2eea9f 100644
--- a/lispref/variables.texi
+++ b/lispref/variables.texi
@@ -1722,7 +1722,7 @@ stage in the future.
@defmac make-obsolete-variable variable new &optional when
This macro makes the byte-compiler warn that the variable
@var{variable} is obsolete. If @var{new} is a symbol, it is the
-variable's new name; then the warning messages says to use @var{new}
+variable's new name; then the warning message says to use @var{new}
instead of @var{variable}. If @var{new} is a string, this is the
message and there is no replacement variable.