emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calc/calc-misc.el


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-misc.el
Date: Mon, 28 Nov 2005 17:13:37 -0500

Index: emacs/lisp/calc/calc-misc.el
diff -c emacs/lisp/calc/calc-misc.el:1.23 emacs/lisp/calc/calc-misc.el:1.24
*** emacs/lisp/calc/calc-misc.el:1.23   Fri Oct 28 03:52:08 2005
--- emacs/lisp/calc/calc-misc.el        Mon Nov 28 22:13:37 2005
***************
*** 33,39 ****
  (require 'calc-macs)
  
  (defun calc-dispatch-help (arg)
!   "M-# is a prefix key; follow it with one of these letters:
  
  For turning Calc on and off:
    C  calc.  Start the Calculator in a window at the bottom of the screen.
--- 33,39 ----
  (require 'calc-macs)
  
  (defun calc-dispatch-help (arg)
!   "C-x* is a prefix key sequence; follow it with one of these letters:
  
  For turning Calc on and off:
    C  calc.  Start the Calculator in a window at the bottom of the screen.
***************
*** 73,80 ****
    M  read-kbd-macro.  Read a region of keystroke names as a keyboard macro.
    0  (zero) calc-reset.  Reset Calc stack and modes to default state.
  
! Press twice (`M-# M-#' or `M-# #') to turn Calc on or off using the same
! Calc user interface as before (either M-# C or M-# K; initially M-# C)."
    (interactive "P")
    (calc-check-defines)
    (if calc-dispatch-help
--- 73,81 ----
    M  read-kbd-macro.  Read a region of keystroke names as a keyboard macro.
    0  (zero) calc-reset.  Reset Calc stack and modes to default state.
  
! Press `*' twice (`C-x * *') to turn Calc on or off using the same
! Calc user interface as before (either C-x * C or C-x * K; initially C-x * C).
! "
    (interactive "P")
    (calc-check-defines)
    (if calc-dispatch-help




reply via email to

[Prev in Thread] Current Thread [Next in Thread]