From: Jay Belanger Date: Tue, 10 May 2005 20:22:07 +0000 (+0000) Subject: (calc-m-prefix-help): Add mention of preserving embedded modes. X-Git-Tag: ttn-vms-21-2-B4~403 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cfb79865bf67c3b01b52a8dce34a3f647ca9d115;p=emacs.git (calc-m-prefix-help): Add mention of preserving embedded modes. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8687a5b6199..1da54994989 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-05-10 Jay Belanger + + * calc/calc-help.el (calc-m-prefix-help): Add mention of + preserving embedded modes. + 2005-05-10 Richard M. Stallman * progmodes/sh-script.el (sh-indent-for-do): Default to 0. diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el index 2a89bb2b883..da2b8434c17 100644 --- a/lisp/calc/calc-help.el +++ b/lisp/calc/calc-help.el @@ -630,7 +630,7 @@ C-w Describe how there is no warranty for Calc." (interactive) (calc-do-prefix-help '("Deg, Rad, HMS; Frac; Polar; Inf; Alg, Total; Symb; Vec/mat" - "Working; Xtensions; Mode-save" + "Working; Xtensions; Mode-save; preserve Embedded modes" "SHIFT + Shifted-prefixes, mode-Filename; Record; reCompute" "SHIFT + simplify: Off, Num, Default, Bin, Alg, Ext, Units") "mode" ?m))