diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2004-04-23 21:33:38 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2004-04-23 21:33:38 +0000 |
commit | 0382cf8ffed35e53493640a73e65a81e9ad5d1bc (patch) | |
tree | cd00af8d808108ed2c112819a794596dae07e7f1 /lisp/ielm.el | |
parent | 09c774f7137ab0efacf7858ba4ccd454a7c72bed (diff) | |
download | emacs-0382cf8ffed35e53493640a73e65a81e9ad5d1bc.tar.gz emacs-0382cf8ffed35e53493640a73e65a81e9ad5d1bc.tar.bz2 emacs-0382cf8ffed35e53493640a73e65a81e9ad5d1bc.zip |
(inferior-emacs-lisp-mode): Fix docstring.
Diffstat (limited to 'lisp/ielm.el')
-rw-r--r-- | lisp/ielm.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/ielm.el b/lisp/ielm.el index aa60d5de6c3..d5bf56a1722 100644 --- a/lisp/ielm.el +++ b/lisp/ielm.el @@ -1,6 +1,6 @@ ;;; ielm.el --- interaction mode for Emacs Lisp -;; Copyright (C) 1994, 2002, 2003 Free Software Foundation, Inc. +;; Copyright (C) 1994, 2002, 2003, 2004 Free Software Foundation, Inc. ;; Author: David Smith <maa036@lancaster.ac.uk> ;; Maintainer: FSF @@ -426,14 +426,14 @@ buffer, then the values in the working buffer are used. The variables Expressions evaluated by IELM are not subject to `debug-on-quit' or `debug-on-error'. -The behaviour of IELM may be customised with the following variables: -* To stop beeping on error, set `ielm-noisy' to nil +The behaviour of IELM may be customized with the following variables: +* To stop beeping on error, set `ielm-noisy' to nil. * If you don't like the prompt, you can change it by setting `ielm-prompt'. -* Set `ielm-dynamic-return' to nil for bindings like `lisp-interaction-mode' +* Set `ielm-dynamic-return' to nil for bindings like `lisp-interaction-mode'. * Entry to this mode runs `comint-mode-hook' and `ielm-mode-hook' (in that order). -Customised bindings may be defined in `ielm-map', which currently contains: +Customized bindings may be defined in `ielm-map', which currently contains: \\{ielm-map}" (interactive) (comint-mode) |