diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-05-09 15:44:18 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-05-09 15:44:18 +0000 |
commit | 94f8f5d38e989d787397bbdcbd30d23ade2c7b18 (patch) | |
tree | dd3c4a7fb2a39d58ae19ea06a86cc85a3b1805e5 /lisp/emacs-lisp/lisp-mode.el | |
parent | fe88d421bdd052555428766ae723a47ff76aa5ea (diff) | |
download | emacs-94f8f5d38e989d787397bbdcbd30d23ade2c7b18.tar.gz |
(lisp-interaction-mode): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/lisp-mode.el')
-rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index adc16ef0833..3cf349b3b2b 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -1,6 +1,6 @@ ;;; lisp-mode.el --- Lisp mode, and its idiosyncratic commands. -;; Copyright (C) 1985, 1986, 1999, 2000 Free Software Foundation, Inc. +;; Copyright (C) 1985, 1986, 1999, 2000, 2001 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: lisp, languages @@ -294,6 +294,8 @@ All commands in `lisp-mode-shared-map' are inherited by this map.") "Major mode for typing and evaluating Lisp forms. Like Lisp mode except that \\[eval-print-last-sexp] evals the Lisp expression before point, and prints its value into the buffer, advancing point. +Note that printing is controled by `eval-expression-print-length' +and `eval-expression-print-level'. Commands: Delete converts tabs to spaces as it moves back. |