diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-08-19 02:08:56 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-08-19 02:08:56 +0000 |
commit | c9133fa6fb5fa601d21db003128f43d4a815ba56 (patch) | |
tree | 3ba19c5b0b9d5b13f0d073aab84bc7251cb339ef /lisp | |
parent | eaa12728a1613eb51efd5b6fdc5c04f80e8e4f99 (diff) | |
download | emacs-c9133fa6fb5fa601d21db003128f43d4a815ba56.tar.gz emacs-c9133fa6fb5fa601d21db003128f43d4a815ba56.tar.bz2 emacs-c9133fa6fb5fa601d21db003128f43d4a815ba56.zip |
(minibuffer-prompt-properties): Correct typo.
Diffstat (limited to 'lisp')
-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 6159604ef90..2f3cd5d0e07 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 "Don't Enterx" + (const :tag "Don't Enter" :doc "Prevent point from ever entering prompt" :format "%t%n%h" :inline t |