Mercurial > emacs
changeset 40573:a8cd290d914a
*** empty log message ***
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Wed, 31 Oct 2001 15:12:04 +0000 |
parents | 6ae61fbe6134 |
children | ee573a50d551 |
files | lisp/ChangeLog lispref/ChangeLog man/ChangeLog src/ChangeLog |
diffstat | 4 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Oct 31 15:11:35 2001 +0000 +++ b/lisp/ChangeLog Wed Oct 31 15:12:04 2001 +0000 @@ -1,3 +1,8 @@ +2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> + + * startup.el: Document command line option --no-window-system + instead of --no-windows. + 2001-10-30 Stefan Monnier <monnier@cs.yale.edu> * font-lock.el (java-font-lock-syntactic-face-function): New fun.
--- a/lispref/ChangeLog Wed Oct 31 15:11:35 2001 +0000 +++ b/lispref/ChangeLog Wed Oct 31 15:12:04 2001 +0000 @@ -1,3 +1,7 @@ +2001-10-31 Pavel Janík <Pavel@Janik.cz> + + * tips.texi (Coding Conventions): Fix typo. + 2001-10-23 Gerd Moellmann <gerd@gnu.org> * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
--- a/man/ChangeLog Wed Oct 31 15:11:35 2001 +0000 +++ b/man/ChangeLog Wed Oct 31 15:12:04 2001 +0000 @@ -1,3 +1,8 @@ +2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> + + * cmdargs.texi (Initial Options): Document command line option + --no-window-system instead of --no-windows. + 2001-10-20 Gerd Moellmann <gerd@gnu.org> * (Version 21.1 released.)
--- a/src/ChangeLog Wed Oct 31 15:11:35 2001 +0000 +++ b/src/ChangeLog Wed Oct 31 15:12:04 2001 +0000 @@ -1,5 +1,10 @@ 2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> + * 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].