]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorPavel Janík <Pavel@Janik.cz>
Tue, 26 Mar 2002 06:29:01 +0000 (06:29 +0000)
committerPavel Janík <Pavel@Janik.cz>
Tue, 26 Mar 2002 06:29:01 +0000 (06:29 +0000)
etc/PROBLEMS
lisp/simple.el

index 185796d51417a952a2ced4b02c63396fed773439..1896200fef3e72894be0c828b9d56599fd442890 100644 (file)
@@ -792,7 +792,7 @@ files.  Emacs cannot work with subdirs.el compressed, since the
 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.
index 29a0f2a34acef2cd51405e1e49b076db1eb544ee..b9235eaf17f857f21897c864ad03e9f4aa670adf 100644 (file)
@@ -3950,7 +3950,7 @@ Returns nil if PROCESS has already terminated."
       (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)