From: Richard M. Stallman Date: Wed, 17 Aug 2005 15:49:10 +0000 (+0000) Subject: (minibuffer-prompt-properties): Use "Don't Enter" as tag instead of "Inviolable". X-Git-Tag: emacs-pretest-22.0.90~7539 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=255a2507af915d86a3a071fc2895907dfcb84d63;p=emacs.git (minibuffer-prompt-properties): Use "Don't Enter" as tag instead of "Inviolable". --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 76deb0bf913..5ff0bdd6e87 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-08-17 Richard M. Stallman + + * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter" + as tag instead of "Inviolable". + 2005-08-17 Kim F. Storm * windmove.el (windmove-coordinates-of-position): Remove. @@ -81,6 +86,11 @@ * ido.el (ido-buffer-internal): Use with-no-warnings. (ido-make-merged-file-list): Use while-no-input. +2005-08-15 Richard M. Stallman + + * textmodes/flyspell.el (flyspell-large-region): Fix doc and custom type. + (flyspell-mark-duplications-flag): Doc fix. + 2005-08-14 Richard M. Stallman * files.el (interpreter-mode-alist): Doc fix. diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 9d562a3ef3d..6159604ef90 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -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