# HG changeset patch # User Jay Belanger # Date 1117257412 0 # Node ID 54f49aea9167b14b2dfb182fcbd53aad5559cf5c # Parent 25c14cb8be15695f868498b91d18e593314721c5 (Assignments in Embedded Mode): Fix variable name. diff -r 25c14cb8be15 -r 54f49aea9167 man/calc.texi --- a/man/calc.texi Sat May 28 05:05:55 2005 +0000 +++ b/man/calc.texi Sat May 28 05:16:52 2005 +0000 @@ -30495,7 +30495,7 @@ @kindex M-# u @kindex M-# = -@pindex calc-embedded-update +@pindex calc-embedded-update-formula Another way to change the assignment to @code{foo} would simply be to edit the number using regular Emacs editing rather than Embedded mode. Then, we have to find a way to get Embedded mode to notice @@ -35101,11 +35101,12 @@ @r{ @: M-# r @: @: 36 @:calc-grab-rectangle@:} @r{ @: M-# s @: @: @:calc-info-summary@:} @r{ @: M-# t @: @: @:calc-tutorial@:} -@r{ @: M-# u @: @: @:calc-embedded-update@:} +@r{ @: M-# u @: @: @:calc-embedded-update-formula@:} @r{ @: M-# w @: @: @:calc-embedded-word@:} @r{ @: M-# x @: @: @:calc-quit@:} @r{ @: M-# y @: @:1,28,49 @:calc-copy-to-buffer@:} @r{ @: M-# z @: @: @:calc-user-invocation@:} +@r{ @: M-# = @: @: @:calc-embedded-update-formula@:} @r{ @: M-# : @: @: 36 @:calc-grab-sum-down@:} @r{ @: M-# _ @: @: 36 @:calc-grab-sum-across@:} @r{ @: M-# ` @:editing @: 30 @:calc-embedded-edit@:}