]> git.eshelyaron.com Git - emacs.git/commitdiff
(minibuffer-prompt-properties): Use "Don't Enter" as tag instead of "Inviolable".
authorRichard M. Stallman <rms@gnu.org>
Wed, 17 Aug 2005 15:49:10 +0000 (15:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 17 Aug 2005 15:49:10 +0000 (15:49 +0000)
lisp/ChangeLog
lisp/cus-start.el

index 76deb0bf9138b523a1905a97af7c54d034475636..5ff0bdd6e875ade6faa8a29f94408af33429c261 100644 (file)
@@ -1,3 +1,8 @@
+2005-08-17  Richard M. Stallman  <rms@gnu.org>
+
+       * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
+       as tag instead of "Inviolable".
+
 2005-08-17  Kim F. Storm  <storm@cua.dk>
 
        * windmove.el (windmove-coordinates-of-position): Remove.
        * ido.el (ido-buffer-internal): Use with-no-warnings.
        (ido-make-merged-file-list): Use while-no-input.
 
+2005-08-15  Richard M. Stallman  <rms@gnu.org>
+
+       * textmodes/flyspell.el (flyspell-large-region): Fix doc and custom type.
+       (flyspell-mark-duplications-flag): Doc fix.
+
 2005-08-14  Richard M. Stallman  <rms@gnu.org>
 
        * files.el (interpreter-mode-alist): Doc fix.
index 9d562a3ef3d1d82bc3dff692df3da167931d3bda..6159604ef90c1d3275922a9999fb34dc0e3712bb 100644 (file)
@@ -219,7 +219,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
                                 :format "%t%n%h"
                                 :inline t
                                 (read-only t))
-                         (const :tag "Inviolable"
+                         (const :tag "Don't Enterx"
                                 :doc "Prevent point from ever entering prompt"
                                 :format "%t%n%h"
                                 :inline t