Mercurial > emacs
comparison lisp/emacs-lisp/lisp-mode.el @ 37640:a4403e99257a
(lisp-interaction-mode): Doc fix.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 09 May 2001 15:44:18 +0000 |
parents | 0f77c1f47579 |
children | 3584cfe3136a |
comparison
equal
deleted
inserted
replaced
37639:5a5431d1f27b | 37640:a4403e99257a |
---|---|
1 ;;; lisp-mode.el --- Lisp mode, and its idiosyncratic commands. | 1 ;;; lisp-mode.el --- Lisp mode, and its idiosyncratic commands. |
2 | 2 |
3 ;; Copyright (C) 1985, 1986, 1999, 2000 Free Software Foundation, Inc. | 3 ;; Copyright (C) 1985, 1986, 1999, 2000, 2001 Free Software Foundation, Inc. |
4 | 4 |
5 ;; Maintainer: FSF | 5 ;; Maintainer: FSF |
6 ;; Keywords: lisp, languages | 6 ;; Keywords: lisp, languages |
7 | 7 |
8 ;; This file is part of GNU Emacs. | 8 ;; This file is part of GNU Emacs. |
292 | 292 |
293 (define-derived-mode lisp-interaction-mode emacs-lisp-mode "Lisp Interaction" | 293 (define-derived-mode lisp-interaction-mode emacs-lisp-mode "Lisp Interaction" |
294 "Major mode for typing and evaluating Lisp forms. | 294 "Major mode for typing and evaluating Lisp forms. |
295 Like Lisp mode except that \\[eval-print-last-sexp] evals the Lisp expression | 295 Like Lisp mode except that \\[eval-print-last-sexp] evals the Lisp expression |
296 before point, and prints its value into the buffer, advancing point. | 296 before point, and prints its value into the buffer, advancing point. |
297 Note that printing is controled by `eval-expression-print-length' | |
298 and `eval-expression-print-level'. | |
297 | 299 |
298 Commands: | 300 Commands: |
299 Delete converts tabs to spaces as it moves back. | 301 Delete converts tabs to spaces as it moves back. |
300 Paragraphs are separated only by blank lines. | 302 Paragraphs are separated only by blank lines. |
301 Semicolons start comments. | 303 Semicolons start comments. |