diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-03-26 06:29:01 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-03-26 06:29:01 +0000 |
commit | b75b82abf6d9288ec6c38d2032a7748433bb97b5 (patch) | |
tree | 488ec0abd4cf592714cbb17b9a32597d6e37aa91 /lisp/simple.el | |
parent | 971a8bd74f733951edda20d9e91e33e41eab9175 (diff) | |
download | emacs-b75b82abf6d9288ec6c38d2032a7748433bb97b5.tar.gz |
Fix typo.
Diffstat (limited to 'lisp/simple.el')
-rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 29a0f2a34ac..b9235eaf17f 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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) |