comparison lisp/progmodes/inf-lisp.el @ 7639:67b7d1ea7b2e

Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 May 1994 22:14:17 +0000
parents cc7cd83ccf3f
children 8c777db02099
comparison
equal deleted inserted replaced
7638:fb6479579c0b 7639:67b7d1ea7b2e
67 ;;;###autoload 67 ;;;###autoload
68 (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" 68 (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'"
69 "*What not to save on inferior Lisp's input history. 69 "*What not to save on inferior Lisp's input history.
70 Input matching this regexp is not saved on the input history in Inferior Lisp 70 Input matching this regexp is not saved on the input history in Inferior Lisp
71 mode. Default is whitespace followed by 0 or 1 single-letter colon-keyword 71 mode. Default is whitespace followed by 0 or 1 single-letter colon-keyword
72 (as in :a, :c, etc.)") 72 \(as in :a, :c, etc.)")
73 73
74 (defvar inferior-lisp-mode-map nil) 74 (defvar inferior-lisp-mode-map nil)
75 (cond ((not inferior-lisp-mode-map) 75 (cond ((not inferior-lisp-mode-map)
76 (setq inferior-lisp-mode-map 76 (setq inferior-lisp-mode-map
77 (copy-keymap comint-mode-map)) 77 (copy-keymap comint-mode-map))