Mercurial > emacs
changeset 37640:a4403e99257a
(lisp-interaction-mode): Doc fix.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 09 May 2001 15:44:18 +0000 |
parents | 5a5431d1f27b |
children | a1501be81cc0 |
files | lisp/emacs-lisp/lisp-mode.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el Wed May 09 15:41:25 2001 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Wed May 09 15:44:18 2001 +0000 @@ -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 @@ "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.