emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100187: wid-edit doc fixes.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100187: wid-edit doc fixes.
Date: Tue, 09 Nov 2010 23:44:30 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100187
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Tue 2010-11-09 23:44:30 -0800
message:
  wid-edit doc fixes.
  
  * lisp/wid-edit.el (widget-field-use-before-change)
  (widget-use-overlay-change): Doc fixes.
modified:
  lisp/ChangeLog
  lisp/wid-edit.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-11-09 07:41:57 +0000
+++ b/lisp/ChangeLog    2010-11-10 07:44:30 +0000
@@ -1,3 +1,8 @@
+2010-11-10  Glenn Morris  <address@hidden>
+
+       * wid-edit.el (widget-field-use-before-change)
+       (widget-use-overlay-change): Doc fixes.
+
 2010-11-09  Glenn Morris  <address@hidden>
 
        * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.

=== modified file 'lisp/wid-edit.el'
--- a/lisp/wid-edit.el  2010-06-22 03:24:22 +0000
+++ b/lisp/wid-edit.el  2010-11-10 07:44:30 +0000
@@ -316,9 +316,8 @@
 
 (defvar widget-field-use-before-change t
   "Non-nil means use `before-change-functions' to track editable fields.
-This enables the use of undo, but doesn't work on Emacs 19.34 and earlier.
-Using before hooks also means that the :notify function can't know the
-new value.")
+This enables the use of undo.  Using before hooks also means that
+the :notify function can't know the new value.")
 
 (defun widget-specify-field (widget from to)
   "Specify editable button for WIDGET between FROM and TO."
@@ -1053,7 +1052,7 @@
 
 (defvar widget-use-overlay-change t
   "If non-nil, use overlay change functions to tab around in the buffer.
-This is much faster, but doesn't work reliably on Emacs 19.34.")
+This is much faster.")
 
 (defun widget-move (arg)
   "Move point to the ARG next field or button.
@@ -3751,5 +3750,4 @@
 
 (provide 'wid-edit)
 
-;; arch-tag: a076e75e-18a1-4b46-8be5-3f317bcbc707
 ;;; wid-edit.el ends here


reply via email to

[Prev in Thread] Current Thread [Next in Thread]