aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Belanger2005-05-28 05:16:52 +0000
committerJay Belanger2005-05-28 05:16:52 +0000
commit909bd0cae66db515c5efe0fc8d78ea686e648fa7 (patch)
tree4cc060832072c72dc55e00d19618ef323e061234
parent21646dd1cdc1efe13cf6450dd6491a64b3eb7755 (diff)
downloademacs-909bd0cae66db515c5efe0fc8d78ea686e648fa7.tar.gz
emacs-909bd0cae66db515c5efe0fc8d78ea686e648fa7.zip
(Assignments in Embedded Mode): Fix variable name.
-rw-r--r--man/calc.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/calc.texi b/man/calc.texi
index 1376fb5deeb..d9eb1e2cf22 100644
--- a/man/calc.texi
+++ b/man/calc.texi
@@ -30495,7 +30495,7 @@ mode.
30495 30495
30496@kindex M-# u 30496@kindex M-# u
30497@kindex M-# = 30497@kindex M-# =
30498@pindex calc-embedded-update 30498@pindex calc-embedded-update-formula
30499Another way to change the assignment to @code{foo} would simply be 30499Another way to change the assignment to @code{foo} would simply be
30500to edit the number using regular Emacs editing rather than Embedded 30500to edit the number using regular Emacs editing rather than Embedded
30501mode. Then, we have to find a way to get Embedded mode to notice 30501mode. Then, we have to find a way to get Embedded mode to notice
@@ -35101,11 +35101,12 @@ keystrokes are not listed in this summary.
35101@r{ @: M-# r @: @: 36 @:calc-grab-rectangle@:} 35101@r{ @: M-# r @: @: 36 @:calc-grab-rectangle@:}
35102@r{ @: M-# s @: @: @:calc-info-summary@:} 35102@r{ @: M-# s @: @: @:calc-info-summary@:}
35103@r{ @: M-# t @: @: @:calc-tutorial@:} 35103@r{ @: M-# t @: @: @:calc-tutorial@:}
35104@r{ @: M-# u @: @: @:calc-embedded-update@:} 35104@r{ @: M-# u @: @: @:calc-embedded-update-formula@:}
35105@r{ @: M-# w @: @: @:calc-embedded-word@:} 35105@r{ @: M-# w @: @: @:calc-embedded-word@:}
35106@r{ @: M-# x @: @: @:calc-quit@:} 35106@r{ @: M-# x @: @: @:calc-quit@:}
35107@r{ @: M-# y @: @:1,28,49 @:calc-copy-to-buffer@:} 35107@r{ @: M-# y @: @:1,28,49 @:calc-copy-to-buffer@:}
35108@r{ @: M-# z @: @: @:calc-user-invocation@:} 35108@r{ @: M-# z @: @: @:calc-user-invocation@:}
35109@r{ @: M-# = @: @: @:calc-embedded-update-formula@:}
35109@r{ @: M-# : @: @: 36 @:calc-grab-sum-down@:} 35110@r{ @: M-# : @: @: 36 @:calc-grab-sum-down@:}
35110@r{ @: M-# _ @: @: 36 @:calc-grab-sum-across@:} 35111@r{ @: M-# _ @: @: 36 @:calc-grab-sum-across@:}
35111@r{ @: M-# ` @:editing @: 30 @:calc-embedded-edit@:} 35112@r{ @: M-# ` @:editing @: 30 @:calc-embedded-edit@:}