1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00

*** empty log message ***

This commit is contained in:
Pavel Janík 2001-10-31 15:12:04 +00:00
parent 400d6fa9d2
commit 2b209b974e
4 changed files with 19 additions and 0 deletions

View file

@ -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.

View 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.

View file

@ -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.)

View file

@ -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].