diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-18 00:31:02 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-18 00:31:02 -0800 |
commit | 3ed8598c49cbbe3aa3a3605a28d9b7f2df3caf1e (patch) | |
tree | eedcfcd5751edab39f795fcfb688e1e5cc3ad128 /lisp/calc/calc-misc.el | |
parent | 5c3a902f0fe2c2306ea7b340d701c1a855d1a3d5 (diff) | |
download | emacs-3ed8598c49cbbe3aa3a3605a28d9b7f2df3caf1e.tar.gz emacs-3ed8598c49cbbe3aa3a3605a28d9b7f2df3caf1e.tar.bz2 emacs-3ed8598c49cbbe3aa3a3605a28d9b7f2df3caf1e.zip |
Spelling fixes.
Diffstat (limited to 'lisp/calc/calc-misc.el')
-rw-r--r-- | lisp/calc/calc-misc.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calc/calc-misc.el b/lisp/calc/calc-misc.el index db86c08422e..6d034927ae0 100644 --- a/lisp/calc/calc-misc.el +++ b/lisp/calc/calc-misc.el @@ -260,13 +260,13 @@ Calc user interface as before (either C-x * C or C-x * K; initially C-x * C). (length msg)) 32) " [?=MORE]") "")))))))) - + ;;;; Stack and buffer management. -;; The variable calc-last-why-command is set in calc-do-handly-whys +;; The variable calc-last-why-command is set in calc-do-handle-whys ;; and used in calc-why (in calc-stuff.el). (defvar calc-last-why-command) |