1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

Fix typo.

This commit is contained in:
Pavel Janík 2002-03-26 06:29:01 +00:00
parent 971a8bd74f
commit b75b82abf6
2 changed files with 2 additions and 2 deletions

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

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