diff options
| author | Pavel Janík | 2001-11-15 15:56:23 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-11-15 15:56:23 +0000 |
| commit | c9be79b040ed9cbf97c7352b102001e9972521e0 (patch) | |
| tree | a21e837c0f4dd1d230df6cb6f15a2c31fc3782bd | |
| parent | fb2d3129dce9ac9ea590fc43f11fd8bd9fe608db (diff) | |
| download | emacs-c9be79b040ed9cbf97c7352b102001e9972521e0.tar.gz emacs-c9be79b040ed9cbf97c7352b102001e9972521e0.zip | |
Fix typo.
| -rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 2f9e46fddbb..ceea24168ef 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el | |||
| @@ -354,7 +354,7 @@ All commands in `lisp-mode-shared-map' are inherited by this map.") | |||
| 354 | "Major mode for typing and evaluating Lisp forms. | 354 | "Major mode for typing and evaluating Lisp forms. |
| 355 | Like Lisp mode except that \\[eval-print-last-sexp] evals the Lisp expression | 355 | Like Lisp mode except that \\[eval-print-last-sexp] evals the Lisp expression |
| 356 | before point, and prints its value into the buffer, advancing point. | 356 | before point, and prints its value into the buffer, advancing point. |
| 357 | Note that printing is controled by `eval-expression-print-length' | 357 | Note that printing is controlled by `eval-expression-print-length' |
| 358 | and `eval-expression-print-level'. | 358 | and `eval-expression-print-level'. |
| 359 | 359 | ||
| 360 | Commands: | 360 | Commands: |