]> git.eshelyaron.com Git - emacs.git/commitdiff
(lisp-interaction-mode-map): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 19 Nov 1998 18:45:47 +0000 (18:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 19 Nov 1998 18:45:47 +0000 (18:45 +0000)
(with-temp-message): Add lisp-indent-function property.

lisp/emacs-lisp/lisp-mode.el

index 6b0a0b69c03bceab5a72c6ecc776ae5e2b134352..98f53a2cd29b06e6c7e27511981c68b7f716f752 100644 (file)
@@ -262,7 +262,7 @@ if that value is non-nil."
   (error "Process lisp does not exist"))
 
 (defvar lisp-interaction-mode-map ()
-  "Keymap for Lisp Interaction moe.
+  "Keymap for Lisp Interaction mode.
 All commands in `shared-lisp-mode-map' are inherited by this map.")
 
 (if lisp-interaction-mode-map
@@ -659,6 +659,7 @@ is the buffer position of the start of the containing expression."
 (put 'with-output-to-string 'lisp-indent-function 0)
 (put 'with-temp-file 'lisp-indent-function 1)
 (put 'with-temp-buffer 'lisp-indent-function 0)
+(put 'with-temp-message 'lisp-indent-function 1)
 (put 'let 'lisp-indent-function 1)
 (put 'let* 'lisp-indent-function 1)
 (put 'while 'lisp-indent-function 1)