diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-22 22:14:17 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-22 22:14:17 +0000 |
commit | a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb (patch) | |
tree | 106f991547a8ed4187816562af115ad9b3dc87b5 /lisp/progmodes/inf-lisp.el | |
parent | ee6f7c13b2e23119ec5932a6cf2190dca36b95c4 (diff) | |
download | emacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.tar.gz |
Doc fix.
Diffstat (limited to 'lisp/progmodes/inf-lisp.el')
-rw-r--r-- | lisp/progmodes/inf-lisp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el index 6dc750585dd..4fa4009614a 100644 --- a/lisp/progmodes/inf-lisp.el +++ b/lisp/progmodes/inf-lisp.el @@ -69,7 +69,7 @@ "*What not to save on inferior Lisp's input history. Input matching this regexp is not saved on the input history in Inferior Lisp mode. Default is whitespace followed by 0 or 1 single-letter colon-keyword -(as in :a, :c, etc.)") +\(as in :a, :c, etc.)") (defvar inferior-lisp-mode-map nil) (cond ((not inferior-lisp-mode-map) |