diff options
| -rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 65c26e67e41..bd330a727c3 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 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, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1986, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: lisp, languages | 7 | ;; Keywords: lisp, languages |
| @@ -723,6 +723,8 @@ With argument, print output into current buffer." | |||
| 723 | (defun eval-last-sexp (eval-last-sexp-arg-internal) | 723 | (defun eval-last-sexp (eval-last-sexp-arg-internal) |
| 724 | "Evaluate sexp before point; print value in minibuffer. | 724 | "Evaluate sexp before point; print value in minibuffer. |
| 725 | Interactively, with prefix argument, print output into current buffer. | 725 | Interactively, with prefix argument, print output into current buffer. |
| 726 | Truncates long output according to the value of the variables | ||
| 727 | `eval-expression-print-length' and `eval-expression-print-level'. | ||
| 726 | 728 | ||
| 727 | If `eval-expression-debug-on-error' is non-nil, which is the default, | 729 | If `eval-expression-debug-on-error' is non-nil, which is the default, |
| 728 | this command arranges for all errors to enter the debugger." | 730 | this command arranges for all errors to enter the debugger." |