diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-08-17 15:49:10 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-08-17 15:49:10 +0000 |
commit | 255a2507af915d86a3a071fc2895907dfcb84d63 (patch) | |
tree | eeb70730ed907c4ea126f8aed1d2e2058c9e14c3 /lisp/cus-start.el | |
parent | acf681d713f3b42bce29cd910911ef805e059472 (diff) | |
download | emacs-255a2507af915d86a3a071fc2895907dfcb84d63.tar.gz |
(minibuffer-prompt-properties): Use "Don't Enter" as tag instead of "Inviolable".
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r-- | lisp/cus-start.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |