diff lisp/simple.el @ 73330:400487787181

* dnd.el (dnd-handle-one-url): Fix typo in doc-string. * help-at-pt.el (scan-buf-move-to-region): Likewise. * longlines.el (longlines-window-change-function): Likewise. * simple.el (undo-ask-before-discard): Likewise. * wid-edit.el (widget-field-prompt-internal) (widget-documentation-link-p): Likewise
author Jan Djärv <jan.h.d@swipnet.se>
date Wed, 11 Oct 2006 06:27:08 +0000
parents 4a27744452bb
children 5fdade8e4fef 2d56e13fd23d 8dd8c8286063
line wrap: on
line diff
--- a/lisp/simple.el	Tue Oct 10 22:39:52 2006 +0000
+++ b/lisp/simple.el	Wed Oct 11 06:27:08 2006 +0000
@@ -1675,7 +1675,7 @@
 Normally, Emacs discards the undo info for the current command if
 it exceeds `undo-outer-limit'.  But if you set this option
 non-nil, it asks in the echo area whether to discard the info.
-If you answer no, there a slight risk that Emacs might crash, so
+If you answer no, there is a slight risk that Emacs might crash, so
 only do it if you really want to undo the command.
 
 This option is mainly intended for debugging.  You have to be