From: Pavel Janík Date: Wed, 31 Oct 2001 15:12:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~18947 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2b209b974e720efd36cedd4fb2ea229b1a40f182;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cacd8b71085..25d85640774 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-10-31 Pavel Jan,Bm(Bk + + * startup.el: Document command line option --no-window-system + instead of --no-windows. + 2001-10-30 Stefan Monnier * font-lock.el (java-font-lock-syntactic-face-function): New fun. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 4c36780af7a..0a81701f189 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2001-10-31 Pavel Janík + + * tips.texi (Coding Conventions): Fix typo. + 2001-10-23 Gerd Moellmann * Makefile.in (srcs): Add gpl.texi and doclicense.texi. diff --git a/man/ChangeLog b/man/ChangeLog index dbc180b0275..afb363393ba 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2001-10-31 Pavel Jan,Bm(Bk + + * cmdargs.texi (Initial Options): Document command line option + --no-window-system instead of --no-windows. + 2001-10-20 Gerd Moellmann * (Version 21.1 released.) diff --git a/src/ChangeLog b/src/ChangeLog index bd88c1cd765..a6997e984d5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2001-10-31 Pavel Jan,Bm(Bk + * emacs.c (USAGE1): Show command line option --no-window-system + instead of --no-windows in usage. + (standard_args): Rename --no-windows to --no-window-system. + (bug_reporting_address): Follow Emacs coding conventions. + * eval.c (Fcommandp): Doc fix. Change doc-string comments to `new style' [w/`doc:' keyword].