aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-03-25 18:35:47 -0700
committerGlenn Morris2012-03-25 18:35:47 -0700
commit02243d9dc1b91f929ea0052e5079ca5c41fd99c0 (patch)
tree6d44b7d0595a0e88c1a704e14b10cdaae6553e84 /lisp/ChangeLog
parent33da7b164bf352bdef4a8b0cf91a353f99a1c9ff (diff)
downloademacs-02243d9dc1b91f929ea0052e5079ca5c41fd99c0.tar.gz
emacs-02243d9dc1b91f929ea0052e5079ca5c41fd99c0.zip
More small edits for lispref/os.texi
* doc/lispref/os.texi (Killing Emacs): Copyedits. (Suspending Emacs): Copyedits. Mention not very relevant with GUIs. Shorten the example, use more standard shell prompts. * lisp/files.el (save-buffers-kill-emacs): Doc fix.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0903c2c2fd5..799024ae422 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12012-03-26 Glenn Morris <rgm@gnu.org> 12012-03-26 Glenn Morris <rgm@gnu.org>
2 2
3 * files.el (save-buffers-kill-emacs): Doc fix.
4
3 * startup.el (normal-top-level, command-line, command-line-1): 5 * startup.el (normal-top-level, command-line, command-line-1):
4 Give them doc strings. 6 Give them doc strings.
5 7