aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorJay Belanger2013-11-16 22:22:24 -0600
committerJay Belanger2013-11-16 22:22:24 -0600
commit014690de705b6be7c55aa0b9ea85694c4fa1fd73 (patch)
treecf6baa4e80e412e7be0453ca21c1fb325367c926 /doc/misc
parent0f679e866c6aaf8cebd9291bd715bc99eea511ae (diff)
downloademacs-014690de705b6be7c55aa0b9ea85694c4fa1fd73.tar.gz
emacs-014690de705b6be7c55aa0b9ea85694c4fa1fd73.zip
* calc/calc.el (calc-context-sensitive-enter): New variable.
(calc-enter): Use `calc-context-sensitive-enter'. * doc/misc/calc.texi (Customizing Calc): Mention the new variable `calc-context-sensitive-enter'.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/calc.texi8
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 @@
12013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc.texi (Customizing Calc): Mention new variable
4 `calc-context-sensitive-enter'.
5
12013-11-12 Aaron Ecay <aaronecay@gmail.com> 62013-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
35696is @code{nil}. 35696is @code{nil}.
35697@end defvar 35697@end defvar
35698 35698
35699@defvar calc-context-sensitive-enter
35700The command @code{calc-enter} will typically duplicate the top of the
35701stack. If @code{calc-context-sensitive-enter} is non-@code{nil},
35702then the @code{calc-enter} will copy the element at the cursor to the
35703top 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
35700The variable @code{calc-undo-length} determines the number of undo 35708The variable @code{calc-undo-length} determines the number of undo
35701steps that Calc will keep track of when @code{calc-quit} is called. 35709steps that Calc will keep track of when @code{calc-quit} is called.