aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-02-15 12:00:34 +0800
committerChong Yidong2012-02-15 12:00:34 +0800
commitc3a70e2b95e4cf41b1a671f7d721f0ba4aaff679 (patch)
treee1632789ac2c8118ccac24691c4a91fe57109c55 /src/ChangeLog
parent9f26dc243268eddc252287ef1918970bf580e946 (diff)
downloademacs-c3a70e2b95e4cf41b1a671f7d721f0ba4aaff679.tar.gz
emacs-c3a70e2b95e4cf41b1a671f7d721f0ba4aaff679.zip
Doc updates for defvar, defconst, and defcustom.
* lisp/custom.el (defcustom): Doc fix; note use of defvar. * src/eval.c (Fdefvar, Fdefconst): Doc fix; note that the variable is marked as special. Also, starting docstrings with * is obsolete.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7893cd68396..4375ffef3d7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-02-15 Chong Yidong <cyd@gnu.org>
2
3 * eval.c (Fdefvar, Fdefconst): Doc fix; note that the variable is
4 marked as special. Also, starting docstrings with * is obsolete.
5
12012-02-13 Andreas Schwab <schwab@linux-m68k.org> 62012-02-13 Andreas Schwab <schwab@linux-m68k.org>
2 7
3 * gnutls.c (emacs_gnutls_write): Fix last change. 8 * gnutls.c (emacs_gnutls_write): Fix last change.