diff 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
line wrap: on
line diff
--- a/lisp/progmodes/inf-lisp.el	Sun May 22 22:00:39 1994 +0000
+++ b/lisp/progmodes/inf-lisp.el	Sun May 22 22:14:17 1994 +0000
@@ -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)