diff lisp/simple.el @ 44152:cd705768cbe9

Fix typo.
author Pavel Janík <Pavel@Janik.cz>
date Tue, 26 Mar 2002 06:29:01 +0000
parents 51fae9813831
children 7213f46c80a0
line wrap: on
line diff
--- 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)