comparison 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
comparison
equal deleted inserted replaced
73329:e93dcbb04c0d 73330:400487787181
1673 (defcustom undo-ask-before-discard nil 1673 (defcustom undo-ask-before-discard nil
1674 "If non-nil ask about discarding undo info for the current command. 1674 "If non-nil ask about discarding undo info for the current command.
1675 Normally, Emacs discards the undo info for the current command if 1675 Normally, Emacs discards the undo info for the current command if
1676 it exceeds `undo-outer-limit'. But if you set this option 1676 it exceeds `undo-outer-limit'. But if you set this option
1677 non-nil, it asks in the echo area whether to discard the info. 1677 non-nil, it asks in the echo area whether to discard the info.
1678 If you answer no, there a slight risk that Emacs might crash, so 1678 If you answer no, there is a slight risk that Emacs might crash, so
1679 only do it if you really want to undo the command. 1679 only do it if you really want to undo the command.
1680 1680
1681 This option is mainly intended for debugging. You have to be 1681 This option is mainly intended for debugging. You have to be
1682 careful if you use it for other purposes. Garbage collection is 1682 careful if you use it for other purposes. Garbage collection is
1683 inhibited while the question is asked, meaning that Emacs might 1683 inhibited while the question is asked, meaning that Emacs might