1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00

(lisp-interaction-mode): Doc fix.

This commit is contained in:
Gerd Moellmann 2001-05-09 15:44:18 +00:00
parent fe88d421bd
commit 94f8f5d38e

View file

@ -1,6 +1,6 @@
;;; lisp-mode.el --- Lisp mode, and its idiosyncratic commands. ;;; 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 ;; Maintainer: FSF
;; Keywords: lisp, languages ;; 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. "Major mode for typing and evaluating Lisp forms.
Like Lisp mode except that \\[eval-print-last-sexp] evals the Lisp expression Like Lisp mode except that \\[eval-print-last-sexp] evals the Lisp expression
before point, and prints its value into the buffer, advancing point. 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: Commands:
Delete converts tabs to spaces as it moves back. Delete converts tabs to spaces as it moves back.