# HG changeset patch # User Pavel JanŤżk # Date 1004541124 0 # Node ID a8cd290d914abc2591dcf0f1976b75cac40df166 # Parent 6ae61fbe61341cdfaf77fb29037b3cd493f613f4 *** empty log message *** diff -r 6ae61fbe6134 -r a8cd290d914a lisp/ChangeLog --- 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 + + * 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 -r 6ae61fbe6134 -r a8cd290d914a lispref/ChangeLog --- 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 + + * tips.texi (Coding Conventions): Fix typo. + 2001-10-23 Gerd Moellmann * Makefile.in (srcs): Add gpl.texi and doclicense.texi. diff -r 6ae61fbe6134 -r a8cd290d914a man/ChangeLog --- 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 + + * 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 -r 6ae61fbe6134 -r a8cd290d914a src/ChangeLog --- 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 + * 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].