Mercurial > emacs
changeset 43091:f18f05d77411
(calculator-displayers): Doc fixes.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sun, 03 Feb 2002 13:43:37 +0000 |
parents | a89e60290369 |
children | 958188ec5dc6 |
files | lisp/calculator.el |
diffstat | 1 files changed, 4 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calculator.el Sun Feb 03 11:51:43 2002 +0000 +++ b/lisp/calculator.el Sun Feb 03 13:43:37 2002 +0000 @@ -4,7 +4,6 @@ ;; Author: Eli Barzilay <eli@barzilay.org> ;; Keywords: tools, convenience -;; Time-stamp: <2001-10-11 16:18:29 eli> ;; This file is part of GNU Emacs. @@ -129,14 +128,14 @@ will be used with this character for a format string.") (defcustom calculator-displayers - '(((std ?n) "Standard dislpay, decimal point or scientific") + '(((std ?n) "Standard display, decimal point or scientific") (calculator-eng-display "Eng display") ((std ?f) "Standard display, decimal point") - ((std ?e) "Standard dislpay, scientific") + ((std ?e) "Standard display, scientific") ("%S" "Emacs printer")) "*A list of displayers. Each element is a list of a displayer and a description string. The -first element is the one which is curently used, this is for the display +first element is the one which is currently used, this is for the display of result values not values in expressions. A displayer specification is the same as the values that can be stored in `calculator-displayer'. @@ -721,7 +720,7 @@ (calculator))) ;;;--------------------------------------------------------------------- -;;; Operatos +;;; Operators (defun calculator-op-arity (op) "Return OP's arity, 2, +1 or -1."