comparison lisp/emacs-lisp/lisp-mode.el @ 41085:a5e4e3a88a9e

Fix typo.
author Pavel Janík <Pavel@Janik.cz>
date Thu, 15 Nov 2001 15:56:23 +0000
parents 3b3c00fa282a
children ab1a42ecf560
comparison
equal deleted inserted replaced
41084:052c2896e6ca 41085:a5e4e3a88a9e
352 352
353 (define-derived-mode lisp-interaction-mode emacs-lisp-mode "Lisp Interaction" 353 (define-derived-mode lisp-interaction-mode emacs-lisp-mode "Lisp Interaction"
354 "Major mode for typing and evaluating Lisp forms. 354 "Major mode for typing and evaluating Lisp forms.
355 Like Lisp mode except that \\[eval-print-last-sexp] evals the Lisp expression 355 Like Lisp mode except that \\[eval-print-last-sexp] evals the Lisp expression
356 before point, and prints its value into the buffer, advancing point. 356 before point, and prints its value into the buffer, advancing point.
357 Note that printing is controled by `eval-expression-print-length' 357 Note that printing is controlled by `eval-expression-print-length'
358 and `eval-expression-print-level'. 358 and `eval-expression-print-level'.
359 359
360 Commands: 360 Commands:
361 Delete converts tabs to spaces as it moves back. 361 Delete converts tabs to spaces as it moves back.
362 Paragraphs are separated only by blank lines. 362 Paragraphs are separated only by blank lines.