diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-19 23:30:16 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-19 23:30:16 -0800 |
commit | 40ba43b4b71df1d51954bdad071e74243c4aea7c (patch) | |
tree | e4cb03937e72463278264e9684481d68ece4698c /lisp/dframe.el | |
parent | 24901d610c9ff524e7e7c132dca1cd4312368db0 (diff) | |
download | emacs-40ba43b4b71df1d51954bdad071e74243c4aea7c.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/dframe.el')
-rw-r--r-- | lisp/dframe.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/dframe.el b/lisp/dframe.el index b7c29d8f992..b1eb2d636b9 100644 --- a/lisp/dframe.el +++ b/lisp/dframe.el @@ -82,7 +82,7 @@ ;; c) If successful (your -frame variable has a value), call ;; timer setup if applicable. ;; your-frame-reposition- -- Function to call from after-create-hook to -;; reposition your frame with `dframe-repsoition-frame'. +;; reposition your frame with `dframe-reposition-frame'. ;; your-mode -- Set up the major mode of the buffer for your app. ;; Set these variables: dframe-track-mouse-function, ;; dframe-help-echo-function, @@ -726,7 +726,7 @@ who requested the timer. NULL-ON-ERROR is ignored." (if timeout (add-to-list 'dframe-client-functions fn) (setq dframe-client-functions (delete fn dframe-client-functions))) - ;; Now decided what to do about the timout. + ;; Now decided what to do about the timeout. (if (or ;; We have a timer, restart the timer with the new time. timeout |