aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/calc.texi
diff options
context:
space:
mode:
authorPaul Eggert2013-12-29 19:19:25 -0800
committerPaul Eggert2013-12-29 19:19:25 -0800
commitdcd812be6a39c9290339bfaba48e64d65713168b (patch)
tree7cc20cbe5cd06183a48603783b1bcb4e6999da49 /doc/misc/calc.texi
parentc0e8f6a9ea6164b0c445bd6274cd191dad93d93c (diff)
downloademacs-dcd812be6a39c9290339bfaba48e64d65713168b.tar.gz
emacs-dcd812be6a39c9290339bfaba48e64d65713168b.zip
Specify info encoding and language.
* emacs.texi, emacs-xtra.texi: * emacs-lisp-intro.texi: * back.texi, book-spine.texi, elisp.texi, lay-flat.texi: * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi: * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi: * ede.texi, ediff.texi, edt.texi, efaq-w32.texi, efaq.texi: * eieio.texi, emacs-gnutls.texi, emacs-mime.texi, epa.texi, erc.texi: * ert.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi: * gnus-coding.texi, gnus-faq.texi, gnus.texi, htmlfontify.texi: * idlwave.texi, ido.texi, info.texi, mairix-el.texi, message.texi: * mh-e.texi, newsticker.texi, nxml-mode.texi, octave-mode.texi: * org.texi, pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi: * remember.texi, sasl.texi, sc.texi, semantic.texi, ses.texi: * sieve.texi, smtpmail.texi, speedbar.texi, srecode.texi: * todo-mode.texi, tramp.texi, url.texi, vip.texi, viper.texi: * widget.texi, wisent.texi, woman.texi: Add @documentencoding, @documentlanguage as needed. Fixes: debbugs:16292
Diffstat (limited to 'doc/misc/calc.texi')
-rw-r--r--doc/misc/calc.texi10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi
index 425cd349784..93685195d96 100644
--- a/doc/misc/calc.texi
+++ b/doc/misc/calc.texi
@@ -4,6 +4,8 @@
4@setfilename ../../info/calc 4@setfilename ../../info/calc
5@c [title] 5@c [title]
6@settitle GNU Emacs Calc Manual 6@settitle GNU Emacs Calc Manual
7@documentencoding UTF-8
8@documentlanguage en
7@setchapternewpage odd 9@setchapternewpage odd
8@comment %**end of header (This is for running Texinfo on a region.) 10@comment %**end of header (This is for running Texinfo on a region.)
9 11
@@ -11801,7 +11803,7 @@ Thus @kbd{M-@key{DEL}} by itself removes the second-from-top stack element,
11801leaving the first, third, fourth, and so on; @kbd{M-3 M-@key{DEL}} deletes 11803leaving the first, third, fourth, and so on; @kbd{M-3 M-@key{DEL}} deletes
11802the third stack element. 11804the third stack element.
11803 11805
11804The above commands do not depend on the location of the cursor. 11806The above commands do not depend on the location of the cursor.
11805If the customizable variable @code{calc-context-sensitive-enter} is 11807If the customizable variable @code{calc-context-sensitive-enter} is
11806non-@code{nil} (@pxref{Customizing Calc}), these commands will become 11808non-@code{nil} (@pxref{Customizing Calc}), these commands will become
11807context sensitive. For example, instead of duplicating the top of the stack, 11809context sensitive. For example, instead of duplicating the top of the stack,
@@ -33326,7 +33328,7 @@ integers. Each @var{d} is a base-@expr{10^n} ``digit'' (where again,
3332699@dots{}9. The least significant digit is @var{d0}; the last digit, 3332899@dots{}9. The least significant digit is @var{d0}; the last digit,
33327@var{dn}, which is always nonzero, is the most significant digit. For 33329@var{dn}, which is always nonzero, is the most significant digit. For
33328example, the integer @mathit{-12345678} might be stored as 33330example, the integer @mathit{-12345678} might be stored as
33329@samp{(bigneg 678 345 12)}. 33331@samp{(bigneg 678 345 12)}.
33330 33332
33331The distinction between small and large integers is entirely hidden from 33333The distinction between small and large integers is entirely hidden from
33332the user. In @code{defmath} definitions, the Lisp predicate @code{integerp} 33334the user. In @code{defmath} definitions, the Lisp predicate @code{integerp}
@@ -35712,10 +35714,10 @@ is @code{nil}.
35712The commands @code{calc-enter} and @code{calc-pop} will typically 35714The commands @code{calc-enter} and @code{calc-pop} will typically
35713duplicate the top of the stack. If 35715duplicate the top of the stack. If
35714@code{calc-context-sensitive-enter} is non-@code{nil}, then the 35716@code{calc-context-sensitive-enter} is non-@code{nil}, then the
35715@code{calc-enter} will copy the element at the cursor to the 35717@code{calc-enter} will copy the element at the cursor to the
35716top of the stack and @code{calc-pop} will delete the element at the 35718top of the stack and @code{calc-pop} will delete the element at the
35717cursor. The default value of @code{calc-context-sensitive-enter} is 35719cursor. The default value of @code{calc-context-sensitive-enter} is
35718@code{nil}. 35720@code{nil}.
35719@end defvar 35721@end defvar
35720 35722
35721@defvar calc-undo-length 35723@defvar calc-undo-length