diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/calc.texi | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 976922a3978..ca4169316c5 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com> | ||
| 2 | |||
| 3 | * calc.texi (Customizing Calc): Mention new variable | ||
| 4 | `calc-context-sensitive-enter'. | ||
| 5 | |||
| 1 | 2013-11-12 Aaron Ecay <aaronecay@gmail.com> | 6 | 2013-11-12 Aaron Ecay <aaronecay@gmail.com> |
| 2 | 7 | ||
| 3 | * org.texi (Exporting code blocks): Document the 'inline-only | 8 | * org.texi (Exporting code blocks): Document the 'inline-only |
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 04160eafad0..0154c82750a 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi | |||
| @@ -35696,6 +35696,14 @@ have different dimensions. The default value of @code{calc-ensure-consistent-uni | |||
| 35696 | is @code{nil}. | 35696 | is @code{nil}. |
| 35697 | @end defvar | 35697 | @end defvar |
| 35698 | 35698 | ||
| 35699 | @defvar calc-context-sensitive-enter | ||
| 35700 | The command @code{calc-enter} will typically duplicate the top of the | ||
| 35701 | stack. If @code{calc-context-sensitive-enter} is non-@code{nil}, | ||
| 35702 | then the @code{calc-enter} will copy the element at the cursor to the | ||
| 35703 | top of the stack. The default value of | ||
| 35704 | @code{calc-context-sensitive-enter} is @code{nil}. | ||
| 35705 | @end defvar | ||
| 35706 | |||
| 35699 | @defvar calc-undo-length | 35707 | @defvar calc-undo-length |
| 35700 | The variable @code{calc-undo-length} determines the number of undo | 35708 | The variable @code{calc-undo-length} determines the number of undo |
| 35701 | steps that Calc will keep track of when @code{calc-quit} is called. | 35709 | steps that Calc will keep track of when @code{calc-quit} is called. |