]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorPavel Janík <Pavel@Janik.cz>
Wed, 31 Oct 2001 15:12:04 +0000 (15:12 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 31 Oct 2001 15:12:04 +0000 (15:12 +0000)
lisp/ChangeLog
lispref/ChangeLog
man/ChangeLog
src/ChangeLog

index cacd8b710850bfa2cf731ec3038382a5c723dfdd..25d85640774f01546d1da01f145cc147d8d7d6f8 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-31  Pavel Jan\e,Bm\e(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.
index 4c36780af7a3bf8a0db040b331988ccc9ab38254..0a81701f189bab56c508ea1ac9b8da838e0b7358 100644 (file)
@@ -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.
index dbc180b027571994a0a13110d72931cc614d76e0..afb363393ba38c153b38b5f0581a7e62514c2eca 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-31  Pavel Jan\e,Bm\e(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.)
index bd88c1cd765c8f5510e5e53f4585dcef9d693e0f..a6997e984d50bd0de8f3f4a6240e485bddf754b3 100644 (file)
@@ -1,5 +1,10 @@
 2001-10-31  Pavel Jan\e,Bm\e(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].