changeset 44152:cd705768cbe9

Fix typo.
author Pavel Janík <Pavel@Janik.cz>
date Tue, 26 Mar 2002 06:29:01 +0000
parents 32c007e23d05
children 3db8348dbbfa
files etc/PROBLEMS lisp/simple.el
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/PROBLEMS	Tue Mar 26 00:42:51 2002 +0000
+++ b/etc/PROBLEMS	Tue Mar 26 06:29:01 2002 +0000
@@ -792,7 +792,7 @@
 Auto-compress mode it needs for this will not be loaded until later,
 when your .emacs file is processed.  (The package `fontset.el' is
 required to set up fonts used to display text on window systems, and
-its loaded very early in the startup procedure.)
+it's loaded very early in the startup procedure.)
 
 Similarly, any other .el file for which there's no corresponding .elc
 file could fail to load if it is compressed.
--- a/lisp/simple.el	Tue Mar 26 00:42:51 2002 +0000
+++ b/lisp/simple.el	Tue Mar 26 06:29:01 2002 +0000
@@ -3950,7 +3950,7 @@
       (set-process-sentinel new-process (process-sentinel process))
       new-process)))
 
-;; things to maybe add (currently partly covered by `funcall mode':
+;; things to maybe add (currently partly covered by `funcall mode'):
 ;; - syntax-table
 ;; - overlays
 (defun clone-buffer (&optional newname display-flag)