diff options
| author | Glenn Morris | 2012-03-25 17:37:04 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-03-25 17:37:04 -0700 |
| commit | 33da7b164bf352bdef4a8b0cf91a353f99a1c9ff (patch) | |
| tree | c09b4ad679685dc1567034479e61026dd00461a1 /lisp/ChangeLog | |
| parent | f514f6f0e3f8bbeb5212d0337e5bda5a9a4eaeb5 (diff) | |
| download | emacs-33da7b164bf352bdef4a8b0cf91a353f99a1c9ff.tar.gz emacs-33da7b164bf352bdef4a8b0cf91a353f99a1c9ff.zip | |
Small edits for lispref/os.texi
* doc/lispref/os.texi (Startup Summary): Copyedits. Fix startup screen logic.
(Init File): Copyedits.
(Command-Line Arguments): Copyedits. Do not mention argv alias.
* lisp/startup.el (normal-top-level, command-line, command-line-1):
Give them doc strings.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5a0c33da3c8..0903c2c2fd5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-03-26 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * startup.el (normal-top-level, command-line, command-line-1): | ||
| 4 | Give them doc strings. | ||
| 5 | |||
| 1 | 2012-03-25 Eli Zaretskii <eliz@gnu.org> | 6 | 2012-03-25 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead | 8 | * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead |